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

TVmtMethodEntry

Class method RTTI descriptor.

Declaration

Source position: typinfo.pp line 439

type TVmtMethodEntry = packed record

  Name: PShortString;

  

Name of the method.

  CodeAddress: CodePointer;

  

Pointer to the code of the method.

end;

Description

TVmtMethodEntry is a description of the VMT info generated for a method of a class. This is different from interface method RTTI info, which is described by TIntfMethodEntry

See also

TIntfMethodEntry

  

Interface method description.


Documentation generated on: Jul 24 2023