GetInitTable(TClass) Method
Returns the field table for the given class that contains all fields that have Default or Managed attribute annotations.
function GetInitTable(ClassType: TClass): TInitTable;
Parameters
- ClassType
- Type: TClass
Returns the field table for the given class that contains all fields that have Default or Managed attribute annotations.
function GetInitTable(ClassType: TClass): TInitTable;