Delphi Firemonkey Cross Platform - Generic way to pass a Windows Handle

前端 未结 1 716
悲&欢浪女
悲&欢浪女 2021-01-24 17:33

I\'m knee deep in my second Firemonkey app for Windows and OSX and slowly converting my library of functions to handle cross platform issues. I am trying to create a generic Sel

相关标签:
1条回答
  • 2021-01-24 18:02

    Use WindowHandleToPlatform to get the Windows-specific TWinWindowHandle which has the Wnd property. This is the native window handle (HWND).

    0 讨论(0)
提交回复
热议问题