System.Bindings.CustomWrapper.TCustomWrapper.Args

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

Delphi

property Args: TArray<TValue> read GetArgs write SetArgs;

C++

__property System::DynamicArray<System::Rtti::TValue> Args = {read=GetArgs, write=SetArgs};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

説明

ラップされたメンバのパラメータとして渡される値の配列。

Args プロパティは、ラップされたメンバのパラメータとして渡される、実際の値の配列を示します。

関連項目