GetTag
GetTag$(iIndex)
Returns the tag from the specified index location
iIndex | Integer |
---|
Returns result of type String
Applies to: ComboBox , Grid , GridCell , KCMLEdit , List Box
This property is to return the tag from the specified index location. For example, the following would return the tag from the fifth item added to an Edit control drop down:
Tag$ = .EditControl1.GetTag$(5)