System.Bindings.EvalProtocol.TLocationWrapper.SetArgs

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

Delphi

procedure SetArgs(const Args: TArray<TValue>);

C++

void __fastcall SetArgs(const System::DynamicArray<System::Rtti::TValue> Args);

プロパティ

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


説明

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

関連項目