Files
lazarus-ccr/components/rx/trunk/rxtools.pas
alexs75 901798af4e RxFPC: new component - TRxtextHolder
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2018-11-05 20:49:44 +00:00

23 lines
447 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit rxtools;
{$warn 5023 off : no warning about unused units}
interface
uses
rxCRC, rxConfigValues, rxconst, rxdateutil, rxdconst, rxFileUtils,
rxstrutils, rxutils, RxTextHolder, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('rxtools', @Register);
end.