System.Bindings.CustomWrapper.TCustomWrapper.SetArgs

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

Delphi

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

C++

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

プロパティ

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

説明

Args プロパティを操作するための設定メソッドの実装です。

SetArgs は、Args プロパティを操作するための設定メソッドの実装です。

関連項目