Datasnap.DSReflect.TArrayOfTValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
array
typedef
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: Datasnap.DSReflect

Delphi

TArrayOfTValue = array of TValue;

C++

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

Description

TArrayOfTValue is an array of TValue.

TArrayOfTValue is internally used by DSReflect classes.

See Also