[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the color used for the background in the control.
Source position: stdctrls.pp line 1615
public property TCustomLabel.Color : TColor |
The default value for the property is clNone in TCustomLabel. This value is used because labels, by default, are transparent in the LCL. Please note that this differs from the Delphi VCL where the default value for Transparent is False.
Set Transparent to False to fill the control background with a given TColor value. Set ParentColor to True to use the Color defined for the parent control or form.
|
The background color of the control. |
lazarus-ccr.sourceforge.net |