| ImageEn, unit iexFolderMView |
|
TImageEnFolderMView.RefreshFileList
Declaration
procedure RefreshFileList();
Description
Refills the control with files found in the folder
Folder.
This can be useful if you have not enabled
AutoRefresh.
Example
IEFolderMView1.Folder := 'C:\Photos\';
// ... files change on disk ...
IEFolderMView1.RefreshFileList();
See Also
◼AutoRefresh
◼Folder