System.Bindings.Methods.TInvokableBody
Delphi
TInvokableBody = reference to function(Args: TArray<IValue>): IValue;
C++
__interface TInvokableBody  : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
anonMethod class  | 
		public | System.Bindings.Methods.pas System.Bindings.Methods.hpp  | 
        System.Bindings.Methods | System.Bindings.Methods | 
Description
Reference to a function. TInvokableBody is used by the MakeInvokable method.
TInvokableBody is a reference to a function and is used by the MakeInvokable method as a formal parameter data type.