ImageEn, unit iexFolderTree |
|
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.
// Add all selected filenames to a listbox
IEFileListBox1.SelectedFilenames(Listbox1.Items);
See Also
◼SelectedFilename◼Filenames