RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.CanEditModify Method

Indicates whether the current cell in the grid can be edited.

Pascal
function CanEditModify: Boolean; dynamic;
C++
__fastcall Boolean CanEditModify();

Grid components use CanEditModify internally to determine whether to allow the user to edit the current cell. CanEditModify returns true unless the inplace editor has disallowed editing for the cell. 

 

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