ImageEn, unit iexFolderTree

TIEFileListBox.SelectedFilenames

TIEFileListBox.SelectedFilenames


Declaration

function SelectedFilenames(Dest : TStrings): Integer;


Description

Adds the filenames of all selected files to the specified strings object. Result is the count of selected files.
Filenames include the file path.


Example

// Add all selected filenames to a listbox
IEFileListBox1.SelectedFilenames(Listbox1.Items);


See Also

 SelectedFilename
 Filenames