Offset to dispatch table.
Source position: objpash.inc line 98
const vmtDispatch = vmtMethodStart + sizeof(codepointer) * 8; |
vmtDispatch is the offset from the VMT start, in bytes to the dispatch table for a class.The dispatch table is used when dispatching messages in TObject.Dispatch
|
Offset to string dispatch table. |