Tag: TItle Bar Color
-
Delphi TSplitter immediate repaint screen while dragging
Delphi TSplitter does not immediately refresh other controls when you are dragging it. To make a Delphi TSplitter immediately repaint the screen when you drag it with the mouse, set ResizeStyle = rsUpdate
-
Get color of active window title bar in Delphi
This post shows you how to get the color of the title bar for the active window. The method to get the color of the title bar of an active window in Delphi has changed over time.