Tries to extract file names from an IDataObject.
function GetFilenamesFromDataObject(const lpdobj: IDataObject): TFilenames;
Parameters |
Description |
const lpdobj: IDataObject |
An IDataObject from that the object names should be extracted. It should contain the clipboard format CF_IDLIST. |
A list of strings (as TStrings object) of which each string is a path included in the IDataObject.