ImageEn, unit iexFolderMView

TImageEnFolderMView.AutoRefresh

TImageEnFolderMView.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.
Has no effect if a device folder is displayed

Default: False

Example

// Disable auto refresh
IEFolderMView1.AutoRefresh := True;

See Also

OnAutoRefresh
RefreshFileList