[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

clDefault

The main color of a given control. This color does not mean anything alone and needs to be resolved using a control instance and for example TControl.GetDefaultColor, TControl.GetColorResolvingParent or TControl.GetRGBColorResolvingParent

Declaration

Source position: graphics.pp line 295

const clDefault = ($20000000);

See also

#LCL.Controls.TControl.GetDefaultColor

  

Get the default color for this widget, from Parent or color type.

#LCL.Controls.TControl.GetColorResolvingParent

  

Returns the color of the control while resolving clDefault and ParentColor

#LCL.Controls.TControl.GetRGBColorResolvingParent

  

Returns a RGB value for the color of the control

The latest version of this document can be found at lazarus-ccr.sourceforge.net.