Vcl.ComCtrls.TComboBoxExStrings
Delphi
TComboBoxExStrings = class(TCustomComboBoxStrings)
C++
class PASCALIMPLEMENTATION TComboBoxExStrings : public Vcl::Stdctrls::TCustomComboBoxStrings
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TComboBoxExStrings is used to store strings in the combo box's drop-down list.
TComboBoxExStrings is the class for objects that store items in the combo box's drop-down list.
TComboBoxExStrings contains a list of items, each of them containing a caption, a set of image indexes, indentation, and custom data. You can use an index to select an item. Also, you can search an item by its caption and data.