Vcl.Controls.TWinControl.IsDrawingLocked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDrawingLocked: Boolean read GetIsDrawingLocked;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

IsDrawingLocked property returns True when redrawing for this control is locked. It is True when the number of LockDrawing calls is less than UnlockDrawing calls for this control.

See Also