GetElementName() Method
- Last UpdatedFeb 20, 2017
- 1 minute read
Gets the element name corresponding to the index.
Syntax
Object.GetElementName(ElementIndex)
Parameter
ElementIndex
The index of the element.
Example
The name of the control is AlarmTreeViewerCtrl1 and StrTag is a message tag.
StrTag = #AlarmTreeViewerCtrl1.GetElementName(3);