Repository URL to install this package:
|
Version:
2.0.10 ▾
|
lazarus-project
/
usr
/
share
/
lazarus
/
2.0.10
/
components
/
customdrawn
/
customdrawnlcldrawers.pas
|
|---|
// Registers LCL drawers in the IDE
unit customdrawnlcldrawers;
{$mode objfpc}{$H+}
interface
uses
customdrawn_winxp, customdrawn_android;
implementation
end.