Vcl.StdCtrls.TCustomComboBoxStrings.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 protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

Description

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