ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
GetFilenamesFromDataObject Function

Tries to extract file names from an IDataObject.

Syntax
Pascal
function GetFilenamesFromDataObject(lpdobj: IDataObject): TFilenames;
Parameters 
Description 
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.

Copyright (c) 2011. All rights reserved.