System.Types.TStringDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TStringDynArray = array of string;

Propriétés

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

Description

TStringDynArray définit un tableau d'éléments String.

Le type TStringDynArray définit un tableau dynamique d'éléments String.

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

Voir aussi