Hi, we're seeing odd behaviour with the OLE file drop in TAdvStringGrid. We used to use OnOleDropFile but this is no longer called. OnOledDropFiles (plural) is now always called even when a single file is dropped. Furthermore, the list of files provided contains, in this instance, 3 files, even though only one was selected and dragged from Windows explorer: the second and third files appear to be mangled/truncated versions of the first file name.
I note that we are using version 13.4.0.1 of the VCL UI pack, where there is also a change note for "Improved : Handling of multi-file OLE drag and drop in Unicode Delphi".
Thanks.