ImageEn, unit iexFolderTree

TIEFileListBox.ShowIcons

TIEFileListBox.ShowIcons

Declaration

property ShowIcons: Boolean;

Description

Display system icons beside files.
Use IconSize to specify the size of the icons.


Default: True

Example

// Hide file icons
IEFileListBox1.ShowIcons := False;