[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Appearance and behaviour of the ComboBox (static/drop-down, owner-draw...).
Source position: stdctrls.pp line 405
public property TCustomComboBox.Style : TComboBoxStyle |
The Style is quite Windows centric, reflecting the evolution of ComboBox styles.
Basic styles are
Later owner-drawn drop-down lists have been added, with
The ReadOnly property affects the edit box behaviour even in the owner-draw styles.
lazarus-ccr.sourceforge.net |