ImageEn, unit iexFolderTree

TIEFolderTree.ShowIcons

TIEFolderTree.ShowIcons

Declaration

property ShowIcons: Boolean;

Description

Displays system icons for each folder node.

Default: True

Example

// Don't show icons
IEFolderTree1.ShowIcons := False;

See Also

ShowIconOverlays