ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TGotoFolderIdAction

Actions that can be performed by TJamShellTree.GotoFolderIdList (protected function, that is used internally)>

Syntax
Pascal
TGotoFolderIdAction = (
  gaSelect,
  gaRefresh,
  gaRefreshCheckboxes,
  gaRefreshParent,
  gaDelete,
  gaCheck,
  gaAdd,
  gaLookup
);
Members 
Description 
gaSelect 
Select the given object. 
gaRefresh 
Refresh the given object. 
gaRefreshCheckboxes 
Refresh the checkboxes of given object's structure. 
gaRefreshParent 
Refresh the parent object of the given object. 
gaDelete 
Remove the given object. 
gaCheck 
Enusre that the given object is present if its parent is expanded or filled. 
gaAdd 
Force that the given object is present and visible, add it if necessary. 
gaLookup 
Just returns the node if it can be found.