Vcl.Forms.TFormStyleHook.Invalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invalidate; override;

C++

virtual void __fastcall Invalidate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TFormStyleHook

Description

Invalidates the entire control area (the client and non-client areas).

Vcl.Forms.TFormStyleHook.Invalidate inherits from Vcl.Themes.TStyleHook.Invalidate. All content below this line refers to Vcl.Themes.TStyleHook.Invalidate.

Invalidates the entire control area (the client and non-client areas).

See Also