ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TEnumResult

Possible values for drag operations.

Syntax
Pascal
TEnumResult = (
  sbnNoMoreItems,
  sbnOK,
  sbnAsync
);
Members 
Description 
sbnNoMoreItems 
No or no more items were found. 
sbnOK 
A valid item was found an is now the active object. 
sbnAsync 
Enumeration will be done asynchonously using Shell change notification messages.