[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Themes' (#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.


Version 3.2 Generated 2024-02-25 Home