API:FMX.Platform.Win
Contents
Classes
| TWinDropTarget | |
| TWinWindowHandle | Implements a Windows platform-specific window handle. |
Routines
| ApplicationHWND | |
| FindWindow | Returns the form whose window identifier is given through the Handle parameter. |
| FmxHandleToHWND (deprecated) | Converts the given FireMonkey window handle to a HWND (window handle). Deprecated. Use WindowHandleToPlatform instead. |
| FormToHWND | |
| RegisterApplicationHWNDProc | |
| RegisterCorePlatformServices | Registers the FireMonkey platform services available to the Windows run-time platform. |
| SetScreenScale | Allows the designer to adjust the design-time scaling of the form. |
| UnregisterCorePlatformServices | Unregisters the FireMonkey platform services available to the Windows run-time platform. |
| WindowHandleToPlatform | Converts 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_DRAG | IDC_DRAG: PWideChar = $7FFE; |
| IDC_MULTIDRAG | IDC_MULTIDRAG: PWideChar = $7FFB; |
| IDC_NODROP | IDC_NODROP: PWideChar = $7FFF; |
| IDC_SQLWAIT | IDC_SQLWAIT: PWideChar = $7FFA; |