[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 401

public property TCustomComboBox.ReadOnly : Boolean
  read FReadOnly
  write SetReadOnly
  stored IsReadOnlyStored;

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.