FGX.ComboBox.TfgCustomComboBox
Delphi
TfgCustomComboBox = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)
Конструкторы
constructor |
Create(AOwner: TComponent)
|
Методы
procedure
|
AddItem(const AItem: TfgCustomComboBoxItem)
Добавляет произвольный элемент комбобокса. |
function
|
AddTextItem(const AText: string)
Добавляет текстовый элемент комбобокса. Он отображает только текст. |
function
|
DeleteItem(const AItem: TfgCustomComboBoxItem)
Удаляет элемент по указанному инстансу AItem . |
function
|
DeleteItem(const AIndex: Integer)
Удаляет элемент по указанному индексу AIndex . |
procedure
|
Clear()
Удаляет все элементы выпадающего списка. |