Data.DBXPlatform.TDBXBooleans
[–] Properties | |
---|---|
Type: array typedef
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: Data.DBXPlatform |
Delphi
TDBXBooleans = array of Boolean;
C++
typedef System::DynamicArray<bool> TDBXBooleans;
Description
Represents an array of Boolean values.
The TDBXBooleans type represents an array of Boolean values.