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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DBXPlatform.TDBXObjectArray&oldid=152842"