home *** CD-ROM | disk | FTP | other *** search
- unit CabSTReg;
-
- (*
- * Copyright (c) Ravil Batyrshin, 2001-2002
- * All Rights Reserved
- * Version 1.07
- * Aravil Software
- * web site: aravilsoft.tripod.com
- * e-mail: aravilsoft@bigfoot.com, wizeman@mail.ru
- *)
-
- interface
-
- uses
- Classes, CabSTComps;
-
- procedure Register;
-
- implementation
-
- {$R CabSTComps.dcr}
-
- procedure Register;
- begin
- RegisterComponents('Samples', [TSTCabReader, TSTCabWriter]);
- end;
-
- end.
-
-