Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TBandPaintOptions

Stores values from the TBandPaintOption enumeration.

Declaration

Source position: extctrls.pp line 1434

type TBandPaintOptions = set of (

  bpoGrabber,

  

Band is drawn with a grabber or gripper.

  bpoFrame,

  

Band is drawn with a frame around the outer edges.

  bpoGradient,

  

Band is drawn using a gradient in the background color.

  bpoRoundRect

  

Not used internally, but available to OnBandPaint.

);

See also

TBandPaintOption

  

Represents the paint options enabled when drawing a TControlBar.