System.Bindings.CustomWrapper.TCustomWrapper.GetArgs
Delphi
function GetArgs: TArray<TValue>; inline;
C++
System::DynamicArray<System::Rtti::TValue> __fastcall GetArgs();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Bindings.CustomWrapper.pas System.Bindings.CustomWrapper.hpp |
System.Bindings.CustomWrapper | TCustomWrapper |
説明
Args プロパティの取得メソッドです。
GetArgs は、Args プロパティを操作するための取得メソッドの実装です。