Vcl.Grids.TCustomGrid.CanEditModify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanEditModify: Boolean; dynamic;

C++

DYNAMIC bool __fastcall CanEditModify();

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.

See Also