RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.CanEditModify Method

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

Pascal
function CanEditModify: Boolean; override;
C++
virtual __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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!