[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.Style

Appearance and behaviour of the ComboBox (static/drop-down, owner-draw...).

Declaration

Source position: stdctrls.pp line 405

public property TCustomComboBox.Style : TComboBoxStyle
  read FStyle
  write SetStyle
  default csDropDown;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.