Data.DBXPlatform.TDBXBooleans

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

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.

See Also