System.Bindings.EvalProtocol.TLocationWrapper.SetArgs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetArgs(const Args: TArray<TValue>);

C++

void __fastcall SetArgs(const System::DynamicArray<System::Rtti::TValue> Args);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol TLocationWrapper

Description

Defines an array of actual values to be passed in for the parameters of the wrapped member.

See Also