Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

GetFieldList

Declaration

Source position: typinfo.pp line 1196

function GetFieldList(

  TypeInfo: PTypeInfo;

  TypeKinds: TTypeKinds;

  out FieldList: PExtendedFieldInfoTable;

  Sorted: Boolean = True;

  Visibilities: TVisibilityClasses = []

):LongInt;

function GetFieldList(

  TypeInfo: PTypeInfo;

  out FieldList: PExtendedFieldInfoTable;

  Visibilities: TVisibilityClasses = []

):SizeInt;

function GetFieldList(

  AClass: TClass;

  out FieldList: PExtendedFieldInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;

function GetFieldList(

  Instance: TObject;

  out FieldList: PExtendedFieldInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;


Documentation generated on: Jan 30 2024