System.Bindings.CustomWrapper.TCustomWrapper.SetArgs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Setter implementation for the Args property.

SetArgs is the setter implementation for the Args property.

See Also