Data.DBXPlatform.TDBXBooleans

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBXBooleans             = array of Boolean;

C++

typedef System::DynamicArray<bool> TDBXBooleans;

Properties

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

Description

Represents an array of Boolean values.

The TDBXBooleans type represents an array of Boolean values.

See Also