Vcl.Themes.TStyleManager.UseParentPaintBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property UseParentPaintBuffers: Boolean read FUseParentPaintBuffers write FUseParentPaintBuffers default False;

C++

/* static */ __property bool UseParentPaintBuffers = {read=FUseParentPaintBuffers, write=FUseParentPaintBuffers, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleManager

Description

Eliminates flickering in VCL Style Forms.

Set it to TRUE in project sources for the following scenarios:

  • TPanel bevel and caption.
  • TGraphicControl subtypes, such as TSplitter, TLabel or TImage, on TPanels.
  • TListBox when you move the horizontal splitter above.
  • PageControl for the horizontal scroll buttons.
Note: The TListBox does not flicker when resizing the window.