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

Reference for unit 'Graphics': Constants

bsBDiagonal

  

Represents the BDiagonal brush style.

bsClear

  

Represents the Clear brush style.

bsCross

  

Represents the Cross brush style.

bsDiagCross

  

Represents the DiagCross brush style.

bsFDiagonal

  

Represents the FDiagonal brush style.

bsHorizontal

  

Represents the Horizontal brush style.

bsImage

  

Represents the user-specified Image (bitmap) brush style.

bsPattern

  

Represents the user-specified Pattern (bitmap) brush style.

bsSolid

  

Represents the Solid brush style.

bsVertical

  

Represents the Vertical brush style.

cl3DDkShadow

  

One of the System colors.

cl3DFace

  

A synonym not displayed in color lists.

cl3DHiLight

  

A synonym not displayed in color lists.

cl3DLight

  

One of the System colors.

cl3DShadow

  

A synonym not displayed in color lists.

clActiveBorder

  

One of the System colors.

clActiveCaption

  

One of the System colors.

clAppWorkspace

  

One of the System colors.

clAqua

  

One of the standard colors. Delphi compatible.

clBackground

  

One of the System colors.

clBlack

  

One of the standard colors. Delphi compatible.

clBlue

  

One of the standard colors. Delphi compatible.

clBtnFace

  

Color for a button face.

clBtnHighlight

  

One of the System colors.

clBtnHiLight

  

A synonym not displayed in color lists.

clBtnShadow

  

One of the System colors.

clBtnText

  

The color for the text or other raised area on a button.

clCaptionText

  

One of the System colors.

clColorDesktop

  

A synonym not displayed in color lists.

clCream

  

One of the extended colors.

clDefault

  

The default color of a given control.

clDkGray

  

One of the standard colors. Delphi compatible.

clDontMask

  

Alias for the clBlack constant.

clFirstSpecialColor

  

Alias for the clBtnHiLight constant.

clForm

  

Represents the color of the background for a form.

clFuchsia

  

One of the standard colors. Delphi compatible.

clGradientActiveCaption

  

One of the System colors.

clGradientInactiveCaption

  

One of the System colors.

clGray

  

One of the standard colors. Delphi compatible.

clGrayText

  

One of the System colors.

clGreen

  

One of the standard colors. Delphi compatible.

clHighlight

  

One of the System colors.

clHighlightText

  

One of the System colors.

clHotLight

  

One of the System colors.

clInactiveBorder

  

One of the System colors.

clInactiveCaption

  

One of the System colors.

clInactiveCaptionText

  

One of the System colors.

clInfoBk

  

One of the System colors.

clInfoText

  

One of the System colors.

clLime

  

One of the standard colors. Delphi compatible.

clLtGray

  

One of the standard colors. Delphi compatible.

clMaroon

  

One of the standard colors. Delphi compatible.

clMask

  

Alias for the clWhite constant.

clMedGray

  

One of the extended colors.

clMenu

  

One of the System colors.

clMenuBar

  

One of the System colors used for the menu bar.

clMenuHighlight

  

One of the System colors used for highlights on a menu.

clMenuText

  

The color of the text in menus.

clMoneyGreen

  

One of the extended colors.

clNavy

  

One of the standard colors. Delphi compatible.

clNone

  

One of the special colors.

clOlive

  

One of the standard colors. Delphi compatible.

clPurple

  

One of the standard colors. Delphi compatible.

clRed

  

One of the standard colors. Delphi compatible.

clScrollBar

  

One of the System colors.

clSilver

  

One of the standard colors. Delphi compatible.

clSkyBlue

  

One of the extended colors.

clTeal

  

One of the standard colors. Delphi compatible.

clWhite

  

One of the standard colors. Delphi compatible.

clWindow

  

Background color for an edit control.

clWindowFrame

  

One of the System colors.

clWindowText

  

The color for the text in an edit control.

clYellow

  

One of the standard colors. Delphi compatible.

cmBlackness

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with all black.

cmDstInvert

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (not Dst).

cmMergeCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Src and Pattern).

cmMergePaint

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst or not Src).

cmNotSrcCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (not Src).

cmNotSrcErase

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (not (Dst or Src)).

cmPatCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Pattern).

cmPatInvert

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst xor Pattern).

cmPatPaint

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst or (not Src) or Pattern).

cmSrcAnd

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst and Src).

cmSrcCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with Src.

cmSrcErase

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with ((not Dst) and Src).

cmSrcInvert

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst xor Src).

cmSrcPaint

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst or Src).

cmWhiteness

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with all white.

DefFontData

  

Default font data used for new TFont instances.

ExtendedColorCount

  

The number of defined extended color constants.

FontCharsets

  

Array constant with TIdentMapEntry values for character sets in TFont instances.

PIXELFORMAT_BPP

  

Constant with the number of bits per pixel for TPixelFormat enumeration values.

pmBlack

  

Represents the Black pen mode.

pmCopy

  

Represents the Copy pen mode.

pmMask

  

Represents the Mask pen mode.

pmMaskNotPen

  

Represents the Mask Not Pen pen mode.

pmMaskPenNot

  

Represents the Mask Pen Not pen mode.

pmMerge

  

Represents the Merge pen mode.

pmMergeNotPen

  

Represents the Merge Not Pen pen mode.

pmMergePenNot

  

Represents the Merge Pen Not pen mode.

pmNop

  

Represents the No OP pen mode.

pmNot

  

Represents the NOT pen mode.

pmNotCopy

  

Represents the Not Copy pen mode.

pmNotMask

  

Represents the Not Mask pen mode.

pmNotMerge

  

Represents the Not Merge pen mode.

pmNotXor

  

Represents the Not XOR pen mode.

pmWhite

  

Represents the White pen mode.

pmXor

  

Represents the XOR pen mode.

psClear

  

Represents the clear pen style.

psDash

  

Represents the dashed pen style.

psDashDot

  

Represents the dash-dot pattern pen style.

psDashDotDot

  

Represents the dash-dot-dot pattern pen style.

psDot

  

Represents the dotted pen style.

psInsideframe

  

Represents the pen style used for an inside frame.

psPattern

  

Represents a pattern pen style.

psSolid

  

Represents the solid pen style.

StandardColorsCount

  

Number of defined standard color constants.


Version 3.2 Generated 2024-02-25 Home