System.Bindings.EvalProtocol.IArguments.SetArgs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Setter method for the Args property.

SetArgs is the setter method for the Args property.

See Also