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

GetMethodInfos

Declaration

Source position: typinfo.pp line 1203

function GetMethodInfos(

  aClass: TClass;

  MethodList: PExtendedMethodInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;

function GetMethodInfos(

  TypeInfo: PTypeInfo;

  MethodList: PExtendedMethodInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;

function GetMethodInfos(

  aRecord: PRecordData;

  MethodList: PRecordMethodInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;

function GetMethodInfos(

  TypeInfo: PTypeInfo;

  MethodList: PRecordMethodInfoTable;

  Visibilities: TVisibilityClasses = []

):Integer;


Documentation generated on: Jan 30 2024