Vcl.DBCtrls.TDBLookupComboBox.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly;

C++

__property ReadOnly = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupComboBox

Description

Determines if the user can use the lookup control to set the value of the DataField field.

Vcl.DBCtrls.TDBLookupComboBox.ReadOnly inherits from Vcl.DBCtrls.TDBLookupControl.ReadOnly. All content below this line refers to Vcl.DBCtrls.TDBLookupControl.ReadOnly.

Determines if the user can use the lookup control to set the value of the DataField field.

Use ReadOnly to specify whether the lookup control is used for display purposes only. If ReadOnly is true, the lookup control can only be used to display the lookup values that correspond to the value of the DataField field on the current record. If ReadOnly is false, the user can use the lookup control to change the field's value.

See Also