FMX.Platform.Win.TWinWindowHandle

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TWindowHandleSystem.TObjectTWinWindowHandle

Delphi

TWinWindowHandle = class(TWindowHandle)

C++

class PASCALIMPLEMENTATION TWinWindowHandle : public Fmx::Types::TWindowHandle

Properties

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

Description

Implements a Windows platform-specific window handle. Use WindowHandleToPlatform in order to convert a FireMonkey window handle to a Windows window handle.

See Also