[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The background color for the form.
Source position: forms.pp line 708
public property TCustomForm.Color : TColor |
Color is a TColor property with the background color used for the form. Color is re-declared in TCustomForm to use either clDefault or clBtnFace as the default value for the property. clDefault is used when the UseCLDefault compiler define exists, and indicates that the color is resolved to the value in a Parent control (when assigned).
|
The background color of the control. |
|
|
Get the default color for this widget, from Parent or color type. |
lazarus-ccr.sourceforge.net |