ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamListItemAction

Action types that are passed in the TOnListItemEvent event.

Syntax
Pascal
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.