Use different flags of the property to customize the for your use case.
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. |