[lazarus] Using DataModule
Marc Weustink
marc at dommelstein.net
Sun Nov 9 13:09:01 EST 2003
At 19:08 9-11-2003, Tony Maro wrote:
>Perhaps I'm forgetting something from my old Delphi days, but...
>
>In my form's Interface "uses" clause I've listed the datamodule's unit.
>
>How then do I link properties across to components in the DataModule?
>
>For instance, how do you place the TImageList on the datamodule, but have
>the menu on the form use it?
In delphi it appears in the picklist when you add the uses clause. I don't
know if lazarus supports this.
Maybe you can point it by hand by typing: yourDatamodule.yourImagelist
Marc
More information about the Lazarus
mailing list