System.Bindings.Methods.TInvokableBody

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TInvokableBody = reference to function(Args: TArray<IValue>): IValue;

C++

__interface TInvokableBody  : public System::IInterface

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
anonMethod
class
public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods System.Bindings.Methods

Beschreibung

Referenz auf eine Funktion. TInvokableBody wird von der Methode MakeInvokable verwendet.

TInvokableBody ist eine Referenz auf eine Funktion und wird von der Methode MakeInvokable als formaler Parameterdatentyp verwendet.

Siehe auch