I'm trying to do a framework using RTTI. But I can't figure out how to do the load from a master-detail.
For example, like this:
[HasMany('ID_CLIENTE')]
property Endereco: TObjectList<TEndereco> read FEndereco write FEndereco;
I have a class that feeds the property directly from a DB, but I don't know how I can feed the property's master-detail.