FMX.Platform.IFMXSystemAppearanceService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXSystemAppearanceService = interface

C++

__interface  INTERFACE_UUID("{AB6A83D9-0118-4C5F-95CC-351DBB5EA943}") IFMXSystemAppearanceService  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

This service provides information about the operation system theme.

It allows the user to determine whether the system has a dark or light theme, obtains the AccentColor of the OS, and detects changes in these settings through the TSystemAppearanceChangedMessage message.


See Also