RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxExStrings.Get Method

Returns a string given its index.

Pascal
function Get(Index: Integer): String; override;
C++
virtual __fastcall AnsiString Get(int Index);

Get is the protected read implementation of the Strings property. It fetches the specified string from the combo box identified by the ComboBox property. 

Index identifies the string to return, where 0 is the index of the first string, 1 is the index of the second string, and so on. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!