Data.DBXPlatform.TDBXObjectArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBXObjectArray = array of TObject;

C++

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

Properties

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

Description

Represents an array of TObjects.

The TDBXObjectArray type represents an array of TObjects.

See Also