SetQueryByString() Method
- Last UpdatedApr 17, 2025
- 1 minute read
Sets the current query as a new string specifying a new collection of Alarm Providers.
Syntax
Object.SetQueryByString(NewQuery)
Parameters
NewQuery
String containing an alarm query. For example:
\\RepositoryNode\InTouch
Example
The name of the control is AlarmTreeViewerCtrl1.
#AlarmTreeViewerCtrl1.SetQueryByString("\\RepositoryNode\InTouch");