Enumerated type which defines the position for a glyph on a button.
Source position: buttons.pp line 42
type TButtonLayout = ( |
||
blGlyphLeft, |
|
Image is drawn aligned to the left. |
blGlyphRight, |
|
Image is drawn aligned to the right. |
blGlyphTop, |
|
Image is drawn aligned to the top. |
blGlyphBottom |
|
Image is drawn aligned to the bottom. |
); |
TButtonLayout is an enumerated type which contains constants that define the position for a glyph on a button. It is used to implement the Layout property in TBitBtn and TSpeedButton classes. It is also used to control the layout of images drawn in the columns for TGrid and TStringGrid.
|
Layout of button - Glyph at top, bottom, left or right. |
|
|
The button layout - Glyph at top, bottom, left or right. |
|
|
Implements the base class for grid controls. |
|
|
The base class for TStringGrid. |
|
|
Implements a column definition used for tabular data in TCustomGrid. |
|
|
The layout used for any image in the column title. |