| ImageEn, unit iexFolderTree |
|
TIEFileListBox.AutoRefresh
Declaration
property AutoRefresh: Boolean;
Description
When enabled the current
Folder will be monitored for changes and new files that appear automatically appended and deleted files will be automatically removed
Note: You can monitor the addition and removal of files using the
OnAutoRefresh event
Default: False
Example
// Disable auto refresh
IEFolderTree1.AutoRefresh := False;
See Also
◼Folder
◼OnAutoRefresh