ImageEn, unit iexFolderTree
TIEFolderTree.ShowErrors
TIEFolderTree
.ShowErrors
Declaration
property ShowErrors: Boolean;
Description
When enabled, error messages are displayed when some actions fail.
Default: True
Example
// Disable error messages
IEFolderTree1.ShowErrors := False;