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

TApplicationShowGlyphs

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

Declaration

Source position: forms.pp line 1299

type TApplicationShowGlyphs = (

  sbgAlways,

  

Show glyphs always.

  sbgNever,

  

Show glyphs never.

  sbgSystem

  

Show glyphs according to the platform default.

);

Description

sbgAlways - show glyphs always (inspite of system preferences)

sbgNever - show glyphs never (inspite of system preferences)

sbgSystem - use system preferences for glyphs showing

See also

#LCL.Menus.TGlyphShowMode

  

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

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