Description
Adds a Path Browser element to the UserInterface.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
valueDestination
|
|
Description:
|
A String that represents either an object or a writeable property of an object where the value will be stored.
|
elementLabel
|
|
Description:
|
The label shown to the left of the input element.
|
defaultValue
|
|
Description:
|
The default value for the Path Browser.
|
doCheckForPathExistence
|
|
Description:
|
Determines whether the entered path will be validated for existence.
|
Valid Values:
|
Value
|
Label
|
0
|
false
|
1
|
true
|
|
browseType
|
|
Description:
|
Determines the type of path you wish to browse.
|
Valid Values:
|
Value
|
Label
|
0
|
File Browsing
|
1
|
Directory Browsing
|
|
Return Value
The return value is not used.
Syntax
myVariable1 = myUserInterface1.AddPathBrowser(myString1, myString2, myString3, myVariable2, myVariable3);
|
See also
UserInterface Object
Custom User Interface Guide
|