|
|
|
| dcFolderListView component.
|
| property Folder: String; // 'C:\' by default
|
| The Folder property identifies the current folder to view in the dcFolderListView control. Set this property to change the current folder, or read it to determine the current folder.
|
|
|
| At once after changing of the Folder property, the content of the list view will be automatically refreshed.
|
|
|
|
|
| To be notified when the Folder value is changed (when user passes to another subfolder, in example, clicking the folder icons) - use OnFolderChanged event. The OnFolderChanged event will NOT occurs when you changing the Folder value programatically.
|
| FileMask and FileAttributes properties;
|
| OnFolderChanged event.
|