System.Bindings.CustomWrapper.TCustomWrapper.Args
Delphi
property Args: TArray<TValue> read GetArgs write SetArgs;
C++
__property System::DynamicArray<System::Rtti::TValue> Args = {read=GetArgs, write=SetArgs};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bindings.CustomWrapper.pas System.Bindings.CustomWrapper.hpp |
System.Bindings.CustomWrapper | TCustomWrapper |
Description
Array of values to be passed in for the parameters of the wrapped member.
The Args property specifies an array of actual values to be passed in for the parameters of the wrapped member.