UserInterface.AddTextEntry Method

Top 

Description

Adds a Text Entry element to the UserInterface.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

UserInterface.AddTextEntry(String valueDestination, String elementLabel, String defaultValue, Variable doPerformRegexValidation, String validatingRegex)

Variable

Adds a non-numeric text entry to the UserInterface using the String representation of the target String-value destination to determine where to store the user-written text.

UserInterface.AddTextEntry(String valueDestination, String elementLabel, String defaultValue, Variable doPerformRangeValidation, Variable rangeMinimum, Variable rangeMaximum, String formatString, String units)

Variable

Adds a numeric text entry to the UserInterface using the String representation of the target Variable-value destination to determine where to store the user-specified value.

 

 

See also

UserInterface Object

Custom User Interface Guide