System.Bindings.EvalProtocol.TLocationWrapper.GetArgs

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetArgs: TArray<TValue>;

C++

System::DynamicArray<System::Rtti::TValue> __fastcall GetArgs();

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol TLocationWrapper


説明

ラップされたメンバのパラメータ用に渡される実際の値の配列を返します。

関連項目