System.Rtti.ArrayOfConstToTValueArray

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

Converts an array of const (array of TVarRec) into a dynamic array of TValue instances.

See Also