System.Rtti.ArrayOfConstToTValueArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti


Description

Convertit un array of const (tableau de TVarRec) en tableau dynamique d'instances de TValue.

Voir aussi