You are not logged in.
Pages: 1
hi,
i have a tsqlRecord's property of TCollection descendant type.
I need to get this property value from rtti.
How can i do?
Thanks,
Emanuele.
Offline
any suggestion?
Offline
i found solution.
myColl := pointer(GetOrdProp(MyObj,pointer(GetPropInfo(MyObj.ClassType, aProperty.Name))));
Offline
Pages: 1