TImageEnMView.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.
// Add all selected filenames to a listbox
ImageEnMView1.SelectedFilenames(Listbox1.Items);
See Also
◼SelectedFilename◼SelectedImage