ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamConnectionFlag Enumeration

Use different flags of the property to optimize the dialog for your work.

Syntax
Pascal
TJamConnectionFlag = ( cdPersist, cdReadOnlyPath, cdUseMRU );
Members 
Description 
cdPersist 
Set if the connection is to be restored at log on.  
cdReadOnlyPath 
Instead of allowing user to type in flag, have a read only path already inserted. To set this flag, cdUseMRU must be set to false and you must have entered a path in the property TJamNetConnectionDialog.RemotePath.  
cdUseMRU 
Fill up the combobox, listing most recently used paths.  
Copyright (c) 2011. All rights reserved.