ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellList.SelectAll Method

Selects all Items in a TJamShellList.

Syntax
Pascal
procedure SelectAll; override;

Use SelectAll to select all items in a TJamShellList.

The following example shows the properties dialog for all selected items, if the listed folder is a file system folder. This allows the user to see the summarized size of all items.

With JamShellList do if SpecialFolder = SF_FILESYSTEM then begin SelectAll; InvokeCommandOnSelected('properties'); end;
Copyright (c) 2011. All rights reserved.