FMX.Platform.IFMXScreenService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXScreenService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{BBA246B6-8DEF-4490-9D9C-D2CBE6251A24}") IFMXScreenService  : public System::IInterface

Properties

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

Description

Platform service to get the screen size (width and height) and the screen scaling.

See Also