ImageEn, unit iexFolderTree

TIEFileListBox.ShowFileExtensions

TIEFileListBox.ShowFileExtensions


Declaration

property ShowFileExtensions: Boolean;


Description

Display the extensions of files, e.g. '.jpg' of 'Image.jpg'.



Default: True


Example

// Hide file extensions
IEFileListBox1.ShowFileExtensions := False;