RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBImage.ReadOnly Property

Determines whether the user can change the contents of the field using the image control.

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

Set ReadOnly to true to prevent the user from changing the contents of the database field. When ReadOnly is true, the image control is used only to display the contents of the field. If ReadOnly is false, the user can change the field's value as long as the dataset is in edit mode. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!