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
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