I successfully use DM within my Delphi-Application in Windows environment. However, when it comes that the app is started within a CITRIX client it doesn’t work when trying to drag & drop a file from host to the CITRIX-hosted app. CITRIX say that for drag & drop operation only CFSTR_FILECONTENTS and CFSTR_FILEDESCRIPTOR formats are supported for Drag and Drop feature (see https://support.citrix.com/article/CTX312231/drag-and-drop-feature-does-not-work-for-some-specific-apps ).
Is there any solution to this? Or do I have to configure TDMTextTarget properties differently to achieve that?