FMX.Forms.IFMXWindowService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXWindowService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{26C42398-9AFC-4D09-9541-9C71E769FC35}") IFMXWindowService  : public System::IInterface

Properties

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

Description

Platform service that defines various methods related to FireMonkey window management.

The defined methods are used to create or destroy the form window, to find the form by its handle, to show or hide the form window, to transform screen to local coordinates and vice versa, and related functionality.

See Also