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

TVmtMethodEntry

Class method RTTI descriptor

Declaration

Source position: typinfo.pp line 425

type TVmtMethodEntry = packed record

  Name: PShortString;

  

Name of the method

  CodeAddress: Pointer;

  

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: Sep 29 2022