GetTag

[method icon] 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


>

GetTag

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)

See also

ComboBox methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events. List Box methods, properties and events.