Data.DBXPlatform.TDBXFreeArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBXFreeArray = array of TObject;

C++

typedef TDBXObjectArray TDBXFreeArray;

Properties

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

Description

Represents an alias for TDBXObjectArray.

The TDBXFreeArray type represents an alias for TDBXObjectArray.

See Also