ImageEn, unit iexFolderTree |
|
TIEFileListBox.ShowFileExtensions
Declaration
property ShowFileExtensions: Boolean;
Description
Display the extensions of files, e.g. '.jpg' of 'Image.jpg'.
Default: True
// Hide file extensions
IEFileListBox1.ShowFileExtensions := False;