|
RAD Studio VCL Reference
|
Indicates whether the current cell in the grid can be edited.
function CanEditModify: Boolean; override;
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!
|