CallVoidLocal

Call a local nested procedure.

Declaration

Source position: objects.pp line 631

  function CallVoidLocal(Func: TCallbackFun; Frame: Pointer) : pointer;

Description

CallVoidLocal calls the local procedure with address Func, where Frame is the frame of the wrapping function.

Errors

If the local function expects parameters, the stack may become corrupted.

See also

Name Description
CallPointerConstructor Call a constructor with a pointer argument.
CallPointerLocal Call a local nested function with a pointer argument
CallPointerMethod Call a method with a single pointer argument
CallPointerMethodLocal Call a local procedure of a method with a pointer argument
CallVoidConstructor Call a constructor with no arguments
CallVoidMethod Call an object method
CallVoidMethodLocal Call a local procedure of a method

results matching ""

    No results matching ""