Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
Controls pictures
Deprecated components
Developer Documentation
'gb.qt' implementation details
Button
ComboBox
Label & TextLabel
ListBox
TextBox
Window & Form
Additional Gambas Components
Gambas Programming Interface
How To Program Components In C/C++
How To Program Components In Gambas
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
ComboBox
A
Popup()
method has been requested, that opens the combo popup list.
Assigning
Text
in ReadOnly mode searches in the list to find the specified text.
Setting
Item.Text
must not raise any events.
Calling
Add()
must no raise any events.
Calling
Remove()
must no raise any events.
The control height must no be lower than its font height + 2 pixels.