[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Describes the policy for the application of how to show menu and button glyphs.
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. |
); |
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.
|
Allows the platform defaults for glyphs on buttons to be overridden. |
|
|
Sets the default policy for showing or hiding glyph images in menus. |
|
|
Allows the platform defaults for glyphs on buttons to be overridden. |
|
|
Sets the default policy for showing or hiding glyph images in menus. |
|
|
TGlyphShowMode indicates if the glyph image of a menu or button should shown or not and in which circumstances. |