Class methods description record.
Source position: typinfo.pp line 456
type TVmtMethodTable = packed record |
||
public |
||
Count: LongWord; |
|
Method count. |
property Entry []: PVmtMethodEntry; [r] |
|
Indexed access to VMT method information. |
|
||
end; |
TVmtMethodTable is a record structure describing all the VMT methods of a class. It is basically an array of pointers TVmtMethodTable.Entry.
|
Indexed access to VMT method information. |