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

TVmtMethodTable

Class methods description record

Declaration

Source position: typinfo.pp line 435

type TVmtMethodTable = packed record

public

  Count: LongWord;

  

Method count

  property Entry []: PVmtMethodEntry; [r]

  

Indexed access to VMT method information

end;

Description

TVmtMethodTable is a record structure describing all the VMT methods of a class. It is basically an array of pointers TVmtMethodTable.Entry.

See also

TVmtMethodTable.Entry

  

Indexed access to VMT method information


Documentation generated on: Sep 29 2022