FMX.Styles.TStyleManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTStyleManager

Delphi

TStyleManager = class sealed

C++

class PASCALIMPLEMENTATION TStyleManager : /*[[sealed]]*/ public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles FMX.Styles

Description

TStyleManager handles styles-related operations.

Use TStyleManager to:

  • Set and retrieve the active style.
  • Load styles from files or streams.

See Also