ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellControlHelper.GetDataObjectForMultiFiles

This function returns an IDataObject for multiple files in different folders

Syntax
Pascal
class function GetDataObjectForMultiFiles(pFiles: TStrings): IDataObject; deprecated;
Parameters 
Description 
pFiles: TStrings 
A list of absolute paths. 

IDataObject: The IDataObject for the given files or nil in case no files were passed or an error occurred.