Controls the appearance and behavior for the combo-box.
Source position: stdctrls.pp line 441
public property TCustomComboBox.Style : TComboBoxStyle |
Style is quite Windows-centric, reflecting the evolution of combo-box styles. The basic styles are:
Owner-drawn drop-down lists have been added, with the values:
| Remark: | For the macOS Carbon widgetset, the following style values are not recognized: csSimple, csOwnerDrawFixed and csOwnerDrawVariable. They are not supported in the native control. |
| Version 4.4 | Generated 2025-11-08 | Home |