FMX.Platform.IFMXMultiDisplayService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXMultiDisplayService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{133A6050-AC29-4233-9EE2-D49082C33BBF}") IFMXMultiDisplayService  : 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 for multiple display support.

FireMonkey effectively manages the layout of the application user interface on several displays. If your FireMonkey application runs on multiple displays, TScreen maintains a list of active displays and provides methods to obtain the display containing a window or a point.

Multiple display support in FireMonkey is similar to multi-monitor support in the VCL.

See Also