Afficher : Delphi
C++
Préférences d'affichage
System.Types.TStringDynArray
De XE2 API Documentation
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.