System.Types.TStringDynArray
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.