ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.BeginUpdate

Prevents updating of connected shell controls until EndUpdate method is called.

Syntax
Pascal
procedure BeginUpdate;

Call BeginUpdate before making multiple changes to the list of selected items. When all changes are complete, call EndUpdate so that the changes can be reflected on screen. BeginUpdate and EndUpdate prevent excessive redraws and speed processing time when new items are added, deleted, or inserted.