Vcl.Grids.TCustomGrid.CanEditModify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CanEditModify: Boolean; dynamic;

C++

DYNAMIC bool __fastcall CanEditModify();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Beschreibung

Zeigt an, ob die aktuelle Zelle des Gitters bearbeitet werden kann.

Mit der Methode CanEditModify kann intern bestimmt werden, ob die aktuelle Zelle bearbeitet werden kann. CanEditModify gibt den Wert true zurück, wenn der Zelleditor die Bearbeitung der Zelle nicht zulässt.

Siehe auch