Vcl.Grids.TCustomGrid.CanEditModify
Delphi
function CanEditModify: Boolean; dynamic;
C++
DYNAMIC bool __fastcall CanEditModify(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Indicates whether the current cell in the grid can be edited.
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.