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

TThemeOption

Represents glyph / image options that can be enabled or disabled for a theme.

Declaration

Source position: themes.pas line 416

type TThemeOption = (

  toShowButtonImages,

  

Show images on buttons.

  toShowMenuImages,

  

Show images on menus.

  toUseGlyphEffects

  

Use hot / down effects on (button) glyphs.

);

See also

TThemeServices.GetOption

  

Returns 1 if the theme option is used for the platform, or 0 when not used.