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

TGlyphShowMode

TGlyphShowMode indicates if the glyph image of a menu or button should shown or not and in which circunstances

Declaration

Source position: menus.pp line 49

type TGlyphShowMode = (

  gsmAlways,

  

Always show the glyph image

  gsmNever,

  

Never show the glyph image

  gsmApplication,

  

This setting will be read from the global Application variable, from the field Application.ShowMenuGlyphs

  gsmSystem

  

Will show or not depending on the the system

);

See also

#LCL.Forms.TApplication.ShowMenuGlyphs

  

Sets the default policy for showing or hiding glyph images in menus

#LCL.Forms.TApplicationShowGlyphs

  

Describes the policy for the application of how to show menu and button glyphs

#LCL.Buttons.TCustomBitBtn.GlyphShowMode

  

Indicates the policy for showing or hiding the glyph image of this button

The latest version of this document can be found at lazarus-ccr.sourceforge.net.