Provides helper functions available to all scripts.

The following tables list the members exposed by the WV type.

Name Description
Public method Static CanAccessOptionCategory Determines whether this control can access the specified option category.
Public method Static CloseWaitBox Closes the wait dialog.
Public method Static ExecuteCommand (Overloaded) Executes the named command.
Public method Static GetColorDetail Gets the ColorDetail object identified by the colorString.
Public method Static GetColorSet Gets a list of pre-defined ColorDetail objects that can be used by page elements.
Public method Static GetCookie Gets the current value of the specified Cookie.
Public method Static GetEnumNames Gets a list of names for the specified enumeration.
Public method Static GetEnumNamesAsString Gets a list of names for the specified enumeration.
Public method Static GetEnumValues Gets a list of integer values for the specified enumeration.
Public method Static GetMatchingSymbols Gets a list of symbol objects that match a set of criteria.
Public method Static GetOptionValue Gets the current value of the specified option.
Public method Static GetPoint Gets the data point with the specified name.
Public method Static GetPointNames Gets a string array of point names that match the specified criteria.
Public method Static GetSymbolByID Gets the symbol object with the specified id in the specified symbol set.
Public method Static GetSymbolCategories Gets the list of categories available in the specified symbol set.
Public method Static GetSymbolMap Gets manufacturer and license information associated with the specified symbol set.
Public method Static GetSymbolSets Gets the list of named symbol sets installed with the application.
Public method Static GetSymbolsByID Gets the Symbol object with the specified id in the specified symbol set.
Public method Static IsCommandPermitted (Overloaded) Checks user permissions and application context to determine if the specified command is currently available.
Public method Static IsOptionCategoryRegistered Determines whether the specified option category is registered.
Public method Static MsgBox (Overloaded) Displays an interactive message dialog.
Public method Static ParseXml Parses an xml string.
Public method Static RegisterOption Registers the specified option.
Public method Static RegisterOptionCategory Registers the specified option category.
Public method Static SetCookie Sets the value for the specified Cookie.
Public method Static SetOptionValue Sets the value for the specified option.
Public method Static TraceError Emits an error trace message to Trace History.
Public method Static TraceInformation Emits an informational trace message to Trace History.
Public method Static TraceVerbose Emits a trivial trace message to Trace History.
Public method Static TraceWarning Emits a warning trace message to Trace History.
Public method Static UnregisterOption Unregisters the specified option.
Public method Static UnregisterOptionCategory Unregisters the specified option category and removes all registered options.
Public method Static WaitBox (Overloaded) Displays a wait message dialog.
Public method Static WebRequest Makes an asynchronous call to request server resources.
Top