ImageEn, unit iemview

TImageEnMView.SelectedFilenames

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.

Note: If DisplayMode is mdSingle, the filename of the visible frame will be returned

Example

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

See Also

SelectedFilename
SelectedImage