System.Bindings.CustomWrapper.TCustomWrapper.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Invoke(const Args: TArray<IValue>): IValue;

C++

System::Bindings::Evalprotocol::_di_IValue __fastcall Invoke(const System::DynamicArray<System::Bindings::Evalprotocol::_di_IValue> Args);

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Calls the getter callback with the given arguments and updates the internal result value of the method.

Invoke calls the getter callback with the given arguments and updates the internal result value of the method. The arguments are also stored internally.

See Also