ImageEn, unit iexFolderTree |
|
TIEFileListBox.ShowIcons
Declaration
property ShowIcons: Boolean;
Description
Display system icons beside files.
Use
IconSize to specify the size of the icons.
Default: True
// Hide file icons
IEFileListBox1.ShowIcons := False;