[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TApplicationShowGlyphs - enumerated type to describe the glyphs showing rule - whether to show them always, never or depends on system settings
Source position: forms.pp line 1160
type TApplicationShowGlyphs = ( |
sbgAlways, |
sbgNever, |
sbgSystem |
); |
sbgAlways - show glyphs always (inspite of system preferences)
sbgNever - show glyphs never (inspite of system preferences)
sbgSystem - use system preferences for glyphs showing
lazarus-ccr.sourceforge.net |