Data.DBXPlatform.TDBXInt32s
[–] 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.