TMethod
Record describing a method.
Declaration
Source position: objpash.inc line 198
Type
TMethod = record
public
Code : CodePointer;
Data : Pointer;
end
Description
TMethod describes a general method pointer, and is used in Run-Time Type Information handling.