Vcl.Controls.TCustomTransparentControl.InvalidateControlsUnderneath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateControlsUnderneath;

C++

void __fastcall InvalidateControlsUnderneath();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTransparentControl

Description

Repaints the controls added before the transparent control was added.

InvalidateControlsUnderneath entirely repaints the controls added on the transparent control's parent before the transparent control was added.

See Also