| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Record describing a method.
Source position: objpash.inc line 196
type TMethod = record  | 
||
Code: CodePointer;  | 
  | 
Pointer to method code.  | 
Data: Pointer;  | 
  | 
Pointer to object instance.  | 
end;  | 
TMethod describes a general method pointer, and is used in Run-Time Type Information handling.