FMX.Platform.Win

From RAD Studio API Documentation
Jump to: navigation, search


Provides Windows platform-related routines for FireMonkey.

Package fmx270.bpl

Classes

TWinDropTarget
TWinWindowHandleImplements a Windows platform-specific window handle.

Routines

ApplicationHWND
FindWindowReturns the form whose window identifier is given through the Handle parameter.
FmxHandleToHWNDConverts the given FireMonkey window handle to a HWND (window handle). Deprecated. Use WindowHandleToPlatform instead.
FormToHWND
RegisterApplicationHWNDProc
RegisterCorePlatformServicesRegisters the FireMonkey platform services available to the Windows run-time platform.
ShutDown
UnregisterCorePlatformServicesUnregisters the FireMonkey platform services available to the Windows run-time platform.
WindowHandleToPlatformConverts the given FireMonkey window handle to its platform dependent window handle (in this case a Windows window handle).

Types

PRgnRects
TApplicationHWNDProc
TRgnRects
TUpdateRects

Constants

IDC_DRAGIDC_DRAG: PWideChar = $7FFE;
IDC_MULTIDRAGIDC_MULTIDRAG: PWideChar = $7FFB;
IDC_NODROPIDC_NODROP: PWideChar = $7FFF;
IDC_SQLWAITIDC_SQLWAIT: PWideChar = $7FFA;