System.Bindings.CustomWrapper.TCustomWrapper.SetArgs
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.