[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: objpash.inc line 398
type TInterfaceThunk = class(TInterfacedObject) |
public |
type |
TArgData = record |
addr: pointer; |
info: pointer; |
idx: SmallInt; |
ahigh: SizeInt; |
end; |
PArgData = ^TargData; |
TThunkCallBack = procedure( |
aInstance: Pointer; |
aMethod: LongInt; |
aCount: LongInt; |
aData: PArgData |
) of object; |
public |
constructor create(); |
function InterfaceVMTOffset; virtual; |
end; |
| | ||
|
||
| | ||
|
Base class of all classes. |