Data.DBXPlatform.TDBXInt32s

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

TDBXInt32s               = array of Integer;

C++

typedef System::DynamicArray<int> TDBXInt32s;

Description

Represents an array of Integers.

The TDBXInt32s type represents an array of Integers.

See Also