RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxStrings.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. 

 

Strings 

IndexOf 

ComboBox

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!