Data.DBXPlatform.TDBXObjectArray

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDBXObjectArray          = array of TObject;

C++

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

Description

Represents an array of TObjects.

The TDBXObjectArray type represents an array of TObjects.

See Also