[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Record describing a method.
Source position: objpash.inc line 138
type TMethod = record |
||
Code: Pointer; |
|
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.
No notes exist for this page yet.