RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBComboBox.ReadOnly Property

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

Pascal
property ReadOnly: Boolean;
C++
__property Boolean ReadOnly;

Set ReadOnly to specify whether the combo box should be used for display purposes only. If ReadOnly is true, the 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 combo box to edit the field's value. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!