Vcl.ExtCtrls.TPanel.FullRepaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullRepaint: Boolean read FFullRepaint write FFullRepaint default 1;

C++

__property FullRepaint = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TPanel

Description

Determines how the panel repaints itself when it is resized.

Vcl.ExtCtrls.TPanel.FullRepaint inherits from Vcl.ExtCtrls.TCustomPanel.FullRepaint. All content below this line refers to Vcl.ExtCtrls.TCustomPanel.FullRepaint.

Determines how the panel repaints itself when it is resized.

FullRepaint controls how the panel responds when it is resized. When FullRepaint is true, the entire panel, including the beveled border repaints when the size changes. When FullRepaint is false, only the area inside the beveled border repaints.

See Also