Vcl.Themes.TStyleHook.SetRedraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetRedraw(Value: Boolean);

C++

void __fastcall SetRedraw(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

Sets whether the changes that occur for the control will be redrawn. It sends a Windows WM_REDRAW message to the control.

See Also