Hi
Hi
Is it possible to use the LiveBindings TDataGeneratorAdapter to point to a property of an embedded object.
TAddress = class(TObject)
Property Street : string ;
Property Nr : string;
TCustomer = class(Object)
Property Address : TAddress
In the FieldDefs If tried using
Address.Street
Address_Street
Address->Street
or is it not possible the thing I'm trying to do.
Any suggestions ?
Is it possible to use the LiveBindings TDataGeneratorAdapter to point to a property of an embedded object.
TAddress = class(TObject)
Property Street : string ;
Property Nr : string;
TCustomer = class(Object)
Property Address : TAddress
In the FieldDefs If tried using
Address.Street
Address_Street
Address->Street
or is it not possible the thing I'm trying to do.
Any suggestions ?
Comments
Post a Comment