System.Rtti.ArrayOfConstToTValueArray
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 const(TVarRec の配列)を TValue インスタンスの動的配列に変換します。