Creates the Brush, if not already created.
Source position: controls.pp line 2126
protected procedure TWinControl.CreateBrush; virtual; |
Creates and assigns a TBrush instance used in the Brush property. The brush Color is updated using the resolved value in the Color property. clDefault in Color causes the default brush color value from the widgetset to be used.
CreateBrush is called when the value for the Brush property is read, and the member has not yet been assigned.
|
The Brush used to paint the background for the control. |
|
|
The background color of the control. |
|
|
Gets the default color for the control. |
|
|
The Brush to be used to Paint on the current Canvas. |
CT Web help |
CodeTyphon Studio |