Data.DBXJSONReflect.TListOfObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TListOfObjects = array of TObject;

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

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