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

TButtonLayout

A set of constants to define the position of a glyph on a button.

Declaration

Source position: buttons.pp line 41

type TButtonLayout = (

  blGlyphLeft,

  

  blGlyphRight,

  

  blGlyphTop,

  

  blGlyphBottom

  

);