RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBMemo.ReadOnly Property

Determines whether the user can change the contents of the database memo.

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

If ReadOnly is true, the user can't change the contents. If ReadOnly is false, the user can modify the contents. 

The ReadOnly property determines whether the user can use the database memo to change the value of the field of the current record, or if the control only displays the value. If ReadOnly is false, the user can change the field's value as long as the dataset is in edit mode. 

 

Text 

Displaying and Editing Text in a Memo Control

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