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

TApplicationProperties.ShowButtonGlyphs

ShowButtonGlyphs - determines whether to show show or not glyphs on TBitBtn controls

Declaration

Source position: forms.pp line 1533

published property TApplicationProperties.ShowButtonGlyphs: TApplicationShowGlyphs
  read FShowButtonGlyphs
  write SetShowButtonGlyphs
  default sbgAlways;

Description

This option allows to set rule for all application TBitBtn controls which have GlyphShowMode = gsmApplication. Different operation systems has different preferences regards showing button glyphs. Mac OS X and Windows UI guidlines suggests not to use them. Gnome has a special theme setting for this. sbgSystem option allows application to use system preferences for glyphs showing. sbgAlways is the default value because of Delphi compatibility.