Vcl.Controls.TWinControl.IsDrawingLocked

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsDrawingLocked: Boolean read GetIsDrawingLocked;

C++

__property bool IsDrawingLocked = {read=GetIsDrawingLocked, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl


Beschreibung

Die Eigenschaft IsDrawingLocked gibt True zurück, wenn das Neuzeichnen für dieses Steuerelement gesperrt ist. Sie ist "True", wenn die Anzahl der LockDrawing-Aufrufe kleiner als die Anzahl der UnlockDrawing-Aufrufe für dieses Steuerelement ist.

Siehe auch