ShellBrowser Delphi Components Documentation
|
Action types that are passed in the TOnListItemEvent event.
TJamListItemAction = ( shiPathCheckSucceeded, shiPathCheckFailed, shiDataLoaded );
Members |
Description |
shiPathCheckSucceeded |
The item's path check has succeeded. |
shiPathCheckFailed |
The item's path check has failed. |
shiDataLoaded |
Data of the item has been loaded. At this point it is usually safe to access details synchronously. |