Vcl.Controls.TWinControl.UnlockDrawing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnlockDrawing;

C++

void __fastcall UnlockDrawing();

Properties

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

Description

Call UnlockDrawing method to allow changes in that control to be redrawn.

LockDrawing / UnlockDrawing calls may be nested.

See Also