TBandPaintOption and TBandPaintOptions specify which parts of a band are painted.
TBandPaintOption = ( bpoGrabber, bpoFrame, bpoGradient, bpoRoundRect );
enum TBandPaintOption { bpoGrabber, bpoFrame, bpoGradient, bpoRoundRect };
ExtCtrls
TBandPaintOptions has one or more of the following values:
Value |
Meaning |
bpoGrabber |
The grabber is painted. |
bpoFrame |
The frame is painted. |
bpoGradient |
The gradient is painted. |
bpoRoundRect |
The round rectangle is painted. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|