Vcl.ComCtrls.TComboBoxExStrings.Get

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Get(Index: Integer): String; override;

C++

virtual System::UnicodeString __fastcall Get(int Index);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

Renvoie la chaîne dont l'indice est spécifié.

Vcl.ComCtrls.TComboBoxExStrings.Get hérite de Vcl.StdCtrls.TCustomComboBoxStrings.Get. Tout le contenu en-dessous de cette ligne se réfère à Vcl.StdCtrls.TCustomComboBoxStrings.Get.

Renvoie la chaîne dont l'indice est spécifié.

Get est l'implémentation en lecture protégée de la propriété Strings. Elle récupère la chaîne spécifiée de la boîte à options identifiée par la propriété ComboBox.

Index identifie la chaîne à renvoyer, 0 étant l'indice de la première chaîne, 1 l'indice de la seconde chaîne, etc.

Voir aussi