ImageEn, unit iexFolderTree

TIEFolderTree.AutoRefresh

TIEFolderTree.AutoRefresh


Declaration

property AutoRefresh: Boolean;


Description

If enabled, the content will be automatically refreshed when a change occurs on the system (using a background thread).

Default: False


Example

// Make folder tree update automatically when folder changes occur
IEFolderTree1.AutoRefresh := True;


See Also

 UpdateOnExpand
 Update
 UpdateNode