Set a new directory for the dirlist object.
Source position: MUIClass.List.pas line 207
published property TMUIDirList.Directory : string |
Since reading a directory can take a long long time, MUI delegates this work to a sub task.
Setting this attribute causes the object to clear the current directory (if any) and start loading a new one. Status will be set to MUIV_Dirlist_Status_Reading and the sub task will be launched.
By listening to Status, you can learn if the directory reading is completed or if something went wrong.
|
Read the status of the dirlist object. |