System.Types.TBooleanDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TBooleanDynArray = array of Boolean;

Propriétés

Type Visibilité  Source Unité  Parent
array public System.Types.pas System.Types System.Types

Description

TBooleanDynArray définit un tableau d'éléments booléens.

Le type TBooleanDynArray définit un tableau dynamique d'éléments booléens.

Utilisez SetLength pour allouer le stockage d'un tel tableau.

Voir aussi