RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxStrings Class

TCustomComboBoxStrings represents the strings in the drop-down list of a combo box.

Pascal
TCustomComboBoxStrings = class(TStrings);
C++
class TCustomComboBoxStrings : public TStrings;

TCustomComboBoxStrings is the base class for objects that represent the items in the drop-down list of a combo box. Each type of combo box (TComboBox or TComboBoxEx) uses its own TCustomComboBoxStrings descendant to manage the list of items. 

Do not create instances of TCustomComboBoxStrings. This class is designed to work only with a combo box. TCustomCombo creates the TCustomComboBoxStrings descendant it uses to implement its Items property. 

 

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