TStyleMode Enumeration

Available modes for the user interface style.

Unit: uConsts
type TStyleMode = TStyleMode.Light..TStyleMode.Custom

The TStyleMode type exposes the following members.

Show:
 NameDescription
Light

Use the light theme

Dark

Use the dark theme

System

Use light or dark theme depending on the current system value

Custom

Use the theme choiced by the user of this program

Top