Vcl.DBLookup.TDBLookupCombo.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Boolean read GetReadOnly write SetReadOnly default False;

C++

__property bool ReadOnly = {read=GetReadOnly, write=SetReadOnly, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Determines whether the user can change the value of the field.

Set ReadOnly to specify whether the lookup combo box should be used for display purposes only. If ReadOnly is true, the lookup combo box can only be used to display the value of the field on the current record. If ReadOnly is false, the user can use the lookup combo box to edit the field's value.