System.Bindings.CustomWrapper.TCustomWrapper.GetArgs
Delphi
function GetArgs: TArray<TValue>; inline;
C++
System::DynamicArray<System::Rtti::TValue> __fastcall GetArgs();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bindings.CustomWrapper.pas System.Bindings.CustomWrapper.hpp |
System.Bindings.CustomWrapper | TCustomWrapper |
Description
Getter for the Args property.
GetArgs is the getter implementation for the Args property.