[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The string appearing in the edit box.
Source position: stdctrls.pp line 407
public property TCustomComboBox.Text : TCaption; |
Setting Text selects a possibly matching item in the list.
If an item is selected from the list, it replaces the contents of Text.
Free user input can be disallowed by the ReadOnly property, so that only strings from the list can be selected.
Text completion can be established by the AutoComplete property.
|
Disallows entry of free text. |
|
|
Appearance and behaviour of the ComboBox (static/drop-down, owner-draw...). |
|
|
Allows to select items from partial input, of the begin of the item text. |
lazarus-ccr.sourceforge.net |