Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Aug : Design time setting object to another datamodule or form
| Subject: | Design time setting object to another datamodule or form |
| Posted by: | "Ryan McGinty" (rmcginty@nospamoceris.com) |
| Date: | Fri, 19 Aug 2005 14:20:38 |
Can anyone point me to an explanation of how exactly Delphi goes about
determining what to do when you set a component property to a component
on another form or datamodule?
For instance: I have a TDataSource on a Form1 and it points to
SomeData.qryDataSet which is a datamodule. Does it loop through all
create components looking for a name that matches? What if the
datamodule hasn't been created? Does it create it manually? I just
have no idea what it is doing behind the scenes, and I don't know where
to look in the source to find out (if it is even in the included
source). Thanks for any help!
Ryan