RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.ReadOnly Property

Determines whether data displayed in the column is editable.

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

Data displayed in the column cannot be changed by the user at runtime if ReadOnly is set to true. If ReadOnly is set to false (and the data grid's Options property includes the dgEditing flag), users can edit data directly from the grid. 

 

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