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

TCustomComboBox.ReadOnly

Disallows entry of free text.

Declaration

Source position: stdctrls.pp line 406

public property TCustomComboBox.ReadOnly : Boolean
  read GetReadOnly
  write SetReadOnly
  stored False;

Description

When True, only items from the list are accepted, by direct selection from the list or AutoComplete.

See also

TCustomComboBox.AutoComplete

  

Allows to select items from partial input, of the begin of the item text.

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