ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.DriveList.TJamDriveListItem.CheckIfExistsTestRunning

Returns true while the item's path is being checked.

Syntax
Pascal
property CheckIfExistsTestRunning: boolean;

When DriveListItems are added to the list the path is resolved into an ItemIdList. This operation might take some time therefore it is done asynchronously. This function checks if the WorkItem is still running or has finished. See also the TJamDriveList.OnListItemAction event that is called when the WorkItem finishes.