[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Themes' (#lcl)

TThemedWindow

Represents theme elements used to theme Windows.

Declaration

Source position: themes.pas line 363

type TThemedWindow = (

  twWindowDontCare,

  

  twWindowRoot,

  

  twCaptionActive,

  

  twCaptionInactive,

  

  twCaptionDisabled,

  

  twSmallCaptionActive,

  

  twSmallCaptionInactive,

  

  twSmallCaptionDisabled,

  

  twMinCaptionActive,

  

  twMinCaptionInactive,

  

  twMinCaptionDisabled,

  

  twSmallMinCaptionActive,

  

  twSmallMinCaptionInactive,

  

  twSmallMinCaptionDisabled,

  

  twMaxCaptionActive,

  

  twMaxCaptionInactive,

  

  twMaxCaptionDisabled,

  

  twSmallMaxCaptionActive,

  

  twSmallMaxCaptionInactive,

  

  twSmallMaxCaptionDisabled,

  

  twFrameLeftActive,

  

  twFrameLeftInactive,

  

  twFrameRightActive,

  

  twFrameRightInactive,

  

  twFrameBottomActive,

  

  twFrameBottomInactive,

  

  twSmallFrameLeftActive,

  

  twSmallFrameLeftInactive,

  

  twSmallFrameRightActive,

  

  twSmallFrameRightInactive,

  

  twSmallFrameBottomActive,

  

  twSmallFrameBottomInactive,

  

  twSysButtonNormal,

  

  twSysButtonHot,

  

  twSysButtonPushed,

  

  twSysButtonDisabled,

  

  twSysButtonInactive,

  

  twMDISysButtonNormal,

  

  twMDISysButtonHot,

  

  twMDISysButtonPushed,

  

  twMDISysButtonDisabled,

  

  twMDISysButtonInactive,

  

  twMinButtonNormal,

  

  twMinButtonHot,

  

  twMinButtonPushed,

  

  twMinButtonDisabled,

  

  twMinButtonInactive,

  

  twMDIMinButtonNormal,

  

  twMDIMinButtonHot,

  

  twMDIMinButtonPushed,

  

  twMDIMinButtonDisabled,

  

  twMDIMinButtonInactive,

  

  twMaxButtonNormal,

  

  twMaxButtonHot,

  

  twMaxButtonPushed,

  

  twMaxButtonDisabled,

  

  twMaxButtonInactive,

  

  twCloseButtonNormal,

  

  twCloseButtonHot,

  

  twCloseButtonPushed,

  

  twCloseButtonDisabled,

  

  twCloseButtonInactive,

  

  twSmallCloseButtonNormal,

  

  twSmallCloseButtonHot,

  

  twSmallCloseButtonPushed,

  

  twSmallCloseButtonDisabled,

  

  twSmallCloseButtonInactive,

  

  twMDICloseButtonNormal,

  

  twMDICloseButtonHot,

  

  twMDICloseButtonPushed,

  

  twMDICloseButtonDisabled,

  

  twMDICloseButtonInactive,

  

  twRestoreButtonNormal,

  

  twRestoreButtonHot,

  

  twRestoreButtonPushed,

  

  twRestoreButtonDisabled,

  

  twRestoreButtonInactive,

  

  twMDIRestoreButtonNormal,

  

  twMDIRestoreButtonHot,

  

  twMDIRestoreButtonPushed,

  

  twMDIRestoreButtonDisabled,

  

  twMDIRestoreButtonInactive,

  

  twHelpButtonNormal,

  

  twHelpButtonHot,

  

  twHelpButtonPushed,

  

  twHelpButtonDisabled,

  

  twHelpButtonInactive,

  

  twMDIHelpButtonNormal,

  

  twMDIHelpButtonHot,

  

  twMDIHelpButtonPushed,

  

  twMDIHelpButtonDisabled,

  

  twMDIHelpButtonInactive,

  

  twHorzScrollNormal,

  

  twHorzScrollHot,

  

  twHorzScrollPushed,

  

  twHorzScrollDisabled,

  

  twHorzThumbNormal,

  

  twHorzThumbHot,

  

  twHorzThumbPushed,

  

  twHorzThumbDisabled,

  

  twVertScrollNormal,

  

  twVertScrollHot,

  

  twVertScrollPushed,

  

  twVertScrollDisabled,

  

  twVertThumbNormal,

  

  twVertThumbHot,

  

  twVertThumbPushed,

  

  twVertThumbDisabled,

  

  twDialog,

  

  twCaptionSizingTemplate,

  

  twSmallCaptionSizingTemplate,

  

  twFrameLeftSizingTemplate,

  

  twSmallFrameLeftSizingTemplate,

  

  twFrameRightSizingTemplate,

  

  twSmallFrameRightSizingTemplate,

  

  twFrameBottomSizingTemplate,

  

  twSmallFrameBottomSizingTemplate

  

);


Version 3.2 Generated 2024-02-25 Home