[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Call a local procedure of a method with a pointer argument
Source position: objects.pp line 611
function CallPointerMethodLocal( |
Func: CodePointer; |
Frame: Pointer; |
Obj: pointer; |
Param1: pointer |
):pointer; |
CallPointerMethodLocal calls the local procedure with address Func, where Frame is the frame of the wrapping method. It passes Param1 to the local function.
If the local function expects other parameters than a pointer, the stack may become corrupted.
|
Call a method with a single pointer argument |
|
|
Call an object method |
|
|
Call a local nested function with a pointer argument |
|
|
Call a local nested procedure. |
|
|
Call a local procedure of a method |
|
|
Call a constructor with no arguments |
|
|
Call a constructor with a pointer argument. |