IDBComboBox.ReadOnly

Syntax

ReadOnly: Boolean;

Description

The ReadOnly property determines whether the user can edit the current record field value.

Comments

If the property is set to True, the component is used only to display data. It is prohibited to change field contents. When the value is False, a data set is in editing mode and a user can edit the field contents.

See also:

IDBComboBox