Vcl.Samples.Spin.TSpinEdit.EditorEnabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property EditorEnabled: Boolean read FEditorEnabled write FEditorEnabled default True;

C++

__property bool EditorEnabled = {read=FEditorEnabled, write=FEditorEnabled, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinEdit

Beschreibung

Gibt an, ob Value bearbeitet werden kann.

EditorEnabled gibt an, ob Value bearbeitet werden kann oder nicht.

Siehe auch