FMX.Platform.IFMXMultiDisplayService.DisplayFromWindow
Delphi
function DisplayFromWindow(const Handle: TWindowHandle): TDisplay;
C++
virtual Fmx::Types::TDisplay __fastcall DisplayFromWindow(Fmx::Types::TWindowHandle* const Handle) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXMultiDisplayService |
Description
Declares the method to retrieve the display containing the window having the specified Handle window handle.
Implementations of DisplayFromWindow return the TDisplay display containing the window having the specified Handle window handle.