Call a local nested procedure.
Source position: objects.pp line 675
function CallVoidLocal( |
Func: TCallbackFun; |
Frame: Pointer |
):pointer; |
CallVoidLocal calls the local procedure with address Func, where Frame is the frame of the wrapping function.
If the local function expects parameters, 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 procedure of a method. |
|
|
Call a local procedure of a method with a pointer argument. |
|
|
Call a constructor with no arguments. |
|
|
Call a constructor with a pointer argument. |