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

TButtonLayout

Enumerated type which defines the position for a glyph on a button.

Declaration

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.

);

Description

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.

See also

TBitBtn.Layout

  

Layout or alignment for the glyph bitmap and caption on the control.

TSpeedButton.Layout

  

Indicates the alignment of the glyph bitmap relative to the caption for the control.

TCustomGrid

  

Implements the base class for grid controls.

TCustomStringGrid

  

The base class for TStringGrid.

TGridColumn

  

Implements a column definition used for tabular data in TCustomGrid.

TGridColumnTitle.ImageLayout

  

The layout used for any image in the column title.


Version 3.2 Generated 2024-02-25 Home