Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

CallVoidLocal

Call a local nested procedure.

Declaration

Source position: objects.pp line 675

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

CallPointerMethod

  

Call a method with a single pointer argument.

CallVoidMethod

  

Call an object method.

CallPointerLocal

  

Call a local nested function with a pointer argument.

CallVoidMethodLocal

  

Call a local procedure of a method.

CallPointerMethodLocal

  

Call a local procedure of a method with a pointer argument.

CallVoidConstructor

  

Call a constructor with no arguments.

CallPointerConstructor

  

Call a constructor with a pointer argument.


Documentation generated on: Jan 30 2024