FMX.Forms._di_IFMXWindowService

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IFMXWindowService> _di_IFMXWindowService;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Forms.hpp FMX.Forms FMX.Forms

Description

Represents the IFMXWindowService Delphi interface for C++Builder usage.

_di_IFMXWindowService is a C++Builder type that refers to an interface that defines various methods related to FMX window management (IFMXWindowService). The methods defined 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