FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelGrid.ReadOnly Property

Specifies if the grid can be modified.

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

It is a limitation of TCustomGrid, but when the grid is read-write, the user can't select multiple cells with the mouse. He can do it with the keyboard, though.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!