RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterImageField.ReadOnly Property

Indicates whether this adapter field is read-only.

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

Set this property to true to indicate that this field should be represented as a read-only field in the HTML form. Set this property to false to indicate that this field should be represented as an editable field in the HTML form. The value of this property affects the value returned by GetViewMode which, in turn, may affect the server-side script generated to represent this adapter field. 

 

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