Vcl.ValEdit.TValueListEditor.CanEditModify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CanEditModify: Boolean; override;

C++

DYNAMIC bool __fastcall CanEditModify();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Beschreibung

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

Vcl.ValEdit.TValueListEditor.CanEditModify erbt von Vcl.Grids.TCustomGrid.CanEditModify. Der folgende Inhalt bezieht sich auf Vcl.Grids.TCustomGrid.CanEditModify.

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