TButtonLayout defines values for the Layout property of buttons.
TButtonLayout = ( blGlyphLeft, blGlyphRight, blGlyphTop, blGlyphBottom );
enum TButtonLayout { blGlyphLeft, blGlyphRight, blGlyphTop, blGlyphBottom };
Buttons
TButtonLayout defines the location of an image on a button. The following table lists the values for TButtonLayout:
Value |
Meaning |
blGlyphLeft |
The image appears near the left side of the button. |
blGlyphRight |
The image appears near the right side of the button. |
blGlyphTop |
The image appears near the top of the button. |
blGlyphBottom |
The image appears near the bottom of the button. |
TBitBtn
TSpeedButton
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|