Afficher : Delphi
C++
Préférences d'affichage
System.UnicodeString.operator []
De XE2 API Documentation
C++
WideChar __fastcall operator [](const int idx) const WideChar& __fastcall operator [](const int idx)
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | ustring.h | System | UnicodeString |
Description
Renvoie le caractère à indice spécifié dans la chaîne.
operator [] renvoie le caractère de la chaîne se trouvant à la valeur d'indice de caractère idx. operator [] suppose 1 comme indice de base.