Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIDirList.Directory

Set a new directory for the dirlist object.

Declaration

Source position: MUIClass.List.pas line 206

published property TMUIDirList.Directory : string
  read FDirectory
  write SetDirectory;

Description

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.

See also

Status

  

Read the status of the dirlist object.


Documentation generated on: 2024-04-24