[fpc-devel]Re: Some idea of joint units

Jeff Pohlmeyer yetanothergeek at yahoo.com
Sat Nov 15 06:14:00 CET 2003


> ...For instance you create a unit:
>
> - 8< - - - - - - - - - - begin unit - - - - - - -
> Unit VCL;
> Reuse Classes, Forms, Controls, Dialogs;
> - 8< - - - - - - - - - - end unit - - - - - - -
>
> Then in your app you only type
>
> use VCL;



How about this?


- 8< - - - - - - - - <vcl.inc> - - - - - - -
Classes, Forms, Controls, Dialogs
- 8< - - - - - - - - </vcl.inc> - - - - - - -


Then in your app you only type

uses {$i vcl.inc};


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree




More information about the fpc-devel mailing list