Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TApplicationShowGlyphs

Indicates the application policy for displaying glyphs on menus and buttons.

Declaration

Source position: forms.pp line 1433

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 for a menu or button should be shown, and in which circumstances.