ImageEn, unit iexFolderTree |
|
TIEFileListBox.SelectedFilename
Declaration
property SelectedFilename: string;
Description
Returns the full path to the selected file (or '' if nothing is selected).
if IEFileListBox1.SelectedFilename <> '' then
ShowImage( IEFileListBox1.SelectedFilename );
See Also
◼Filenames◼SelectedFilenames