You are not logged in.
Pages: 1
Hi all,I need to know if a class A has a field inherited from TSQLRecordMany.
Offline
You can use:
if sftMany in TSQLMyRecord.RecordProps.HasTypeFields then ...
Online
Many thx