[Overview][Constants][Types][Procedures and functions][Index] |
Draws a window with a Title using gradient coloring.
Source position: graphutil.pp line 57
procedure DrawGradientWindow( |
Canvas: TCanvas; |
WindowRect: TRect; |
TitleHeight: Integer; |
BaseColor: TColor |
); |
Canvas |
|
Canvas where the gradient is drawn. |
WindowRect |
|
Rectangle for the window drawn using a gradient . |
TitleHeight |
|
Height of the title bar in the window. |
BaseColor |
|
Base color for the window. |
Version 4.0 | Generated 2025-05-03 | Home |