Data.DBXPlatform.TDBXBooleans

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBXBooleans = array of Boolean;

C++

typedef System::DynamicArray<bool> TDBXBooleans;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.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