If I have a Delphi host application and a WPF window created by a non visual plugin, how do i set the owner of the created WPF window to the main form of my Delphi host?
I want the WPF window to be on top of the main window without using ShowDialog or Topmost=“True”.