[lazarus] Using DataModule
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Nov 9 17:33:25 EST 2003
On Sun, 09 Nov 2003 19:15:25 +0100
Marc Weustink <marc at dommelstein.net> wrote:
> 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.
Not implemented yet.
> Maybe you can point it by hand by typing: yourDatamodule.yourImagelist
No. You have to assign it manually (e.g. in the Create event).
Mattias
More information about the Lazarus
mailing list