Vcl.ValEdit.TValueListEditor.CanEditModify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanEditModify: Boolean; override;

C++

DYNAMIC bool __fastcall CanEditModify();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

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

Vcl.ValEdit.TValueListEditor.CanEditModify inherits from Vcl.Grids.TCustomGrid.CanEditModify. All content below this line refers to Vcl.Grids.TCustomGrid.CanEditModify.

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