System.Types.TStringDynArray
Révision datée du 18 octobre 2011 à 19:46 par PyBot (discussion | contributions) (Scoping Libraries)
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.