System.Bindings.CustomWrapper.TCustomWrapper.GetArgs

提供:RAD Studio API Documentation

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 プロパティを操作するための取得メソッドの実装です。

関連項目