FMX.Platform.Win

From RAD Studio API Documentation
Jump to: navigation, search


Provides Windows platform-related routines for FireMonkey.

Package fmx280.bpl

Classes

TWinDropTarget
TWinWindowHandleImplements a Windows platform-specific window handle.

Routines

ApplicationHWND
DpToPx
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
PxToDp
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 = $7FF7;
IDC_MULTIDRAGIDC_MULTIDRAG: PWideChar = $7FF4;
IDC_NODROPIDC_NODROP: PWideChar = $7FF8;
IDC_SQLWAITIDC_SQLWAIT: PWideChar = $7FF3;