Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / components / customdrawn / customdrawnlcldrawers.pas
Size: Mime:
// Registers LCL drawers in the IDE
unit customdrawnlcldrawers;

{$mode objfpc}{$H+}

interface

uses
  customdrawn_winxp, customdrawn_android;

implementation

end.