RE: [DUG]: Datamodule Designer

2000-02-15 Thread Paul Heinz
Neven wrote: > I've been writing a component editor the the SQL on a query and I use the > following code > > Designer := TForm(Entity.Owner).Designer as IFormDesigner; > if Designer <> nil then... > > But what happens on a TDatamodule (I'll tell you I get and exception) > > How does a TDatamo

[DUG]: Datamodule Designer

2000-02-15 Thread Neven MacEwan
Hiya all I've been writing a component editor the the SQL on a query and I use the following code Designer := TForm(Entity.Owner).Designer as IFormDesigner; if Designer <> nil then... But what happens on a TDatamodule (I'll tell you I get and exception) How does a TDatamodule implement its