Categories
Delphi

How to reduce the flicker of Page Controls with XP Manifest

In the create of the Form, set the form and the page controls DoubleBuffered to True.
  DoubleBuffered := True;
  Pages.DoubleBuffered := True;