RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldTextArea.ReadOnly Property

Indicates whether end users can use the generated control to set values.

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

Use ReadOnly to indicate whether users can change the value displayed by the generated control. This value determines whether there is a READONLY option added to the generated TEXTAREA tag. 

 

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