System.Rtti.ArrayOfConstToTValueArray

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

Delphi

function ArrayOfConstToTValueArray(const Params: array of const): TArray<TValue>;

C++

extern DELPHI_PACKAGE System::DynamicArray<TValue> __fastcall ArrayOfConstToTValueArray(const System::TVarRec *Params, const int Params_High);

プロパティ

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


説明

array of constTVarRec の配列)を TValue インスタンスの動的配列に変換します。

関連項目