ImageEn, unit iexFolderTree

TIEFileListBox.SelectedFilename

TIEFileListBox.SelectedFilename


Declaration

property SelectedFilename: string;


Description

Returns the full path to the selected file (or '' if nothing is selected).


Example

if IEFileListBox1.SelectedFilename <> '' then
  ShowImage( IEFileListBox1.SelectedFilename );


See Also

 Filenames
 SelectedFilenames