[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 1339

type TApplicationShowGlyphs = (

  sbgAlways,

  

Show glyphs always (disregards system preferences).

  sbgNever,

  

Show glyphs never (disregards system preferences).

  sbgSystem

  

Show glyphs according to the platform or OS preferences.

);

Description

TApplicationShowGlyphs is an enumerated type with values that indicate the policy for displaying glyphs on menus and buttons. TApplicationShowGlyphs is the type used to implement the ShowButtonGlyphs and ShowMenuGlyphs properties in both TApplication and TApplicationProperties.

See also

TApplication.ShowButtonGlyphs

  

Allows the platform defaults for glyphs on buttons to be overridden.

TApplication.ShowMenuGlyphs

  

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

TApplicationProperties.ShowButtonGlyphs

  

Allows the platform defaults for glyphs on buttons to be overridden.

TApplicationProperties.ShowMenuGlyphs

  

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

TGlyphShowMode

  

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

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