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

clWindowText

The color of the text in a widget, such as for example TEdit. This is usually black. Don't confuse with the color of the window decoration caption or of a raised control such as buttons or anything else.

Declaration

Source position: graphics.pp line 306

const clWindowText = (SYS_COLOR_BASE or COLOR_WINDOWTEXT);

See also

clWindow

  

The color of the background of a widget, for example a TEdit. This is usually white. Don't confuse this with the background of a window, or form, which is given by clForm

clBtnText

  

The color that the text in a button or other raised area should have.

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