FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelGrid.OnAllowEditCell Event

Occurs each time the user wants to edit a cell.

Pascal
property OnAllowEditCell: TOnAllowEditCellEvent;
C++
__property TOnAllowEditCellEvent OnAllowEditCell;

Set AllowEdit to false to disable editing a cell. This is useful if you want to limit the cells where the user can enter data.

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