Data.DBXJSONReflect.TListOfObjects

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TListOfObjects = array of TObject;

C++

typedef System::DynamicArray<System::TObject*> TListOfObjects;

Description

Represents an array of objects.

The TListOfObjects type is used for field converters that transform a field value into an array of objects.

See Also