Datasnap.DSReflect.TArrayOfTValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TArrayOfTValue = array of TValue;

C++

typedef System::DynamicArray<System::Rtti::TValue> TArrayOfTValue;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect


Beschreibung

TArrayOfTValue ist eine Array von TValue.

TArrayOfTValue wird intern von DSReflect-Klassen verwendet.

Siehe auch