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

GetFieldInfos

Declaration

Source position: typinfo.pp line 1193

function GetFieldInfos(

  aClass: TClass;

  FieldList: PExtendedFieldInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;

function GetFieldInfos(

  aRecord: PRecordData;

  FieldList: PExtendedFieldInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;

function GetFieldInfos(

  TypeInfo: PTypeInfo;

  FieldList: PExtendedFieldInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;


Documentation generated on: Jan 30 2024