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

TVmtMethodTable.Entry

Indexed access to VMT method information.

Declaration

Source position: typinfo.pp line 458

public property TVmtMethodTable.Entry[Index: LongWord] : PVmtMethodEntry
  read GetEntry;

Description

Method offers indexed access to the method descriptions. It returns the location of the Index-th method of the VMT table Index must be in the range 0 to Count-1 (included).

See also

PVmtMethodEntry

  

Pointer to TVmtMethodEntry record.

TVmtMethodEntry

  

Class method RTTI descriptor.


Documentation generated on: Jul 24 2023