RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCheckBox.ReadOnly Property

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

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

Use ReadOnly to specify whether the check box allows the user to change the field value by checking or unchecking the box. When ReadOnly is true, the check box can only be used to display the value of the field on the current record. When ReadOnly is false, the user can use the check box to change the field value. 

 

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