Data.DBXPlatform.TDBXInt32s

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBXInt32s = array of Integer;

C++

typedef System::DynamicArray<int> TDBXInt32s;

Properties

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

Description

Represents an array of Integers.

The TDBXInt32s type represents an array of Integers.

See Also