WebBreadCrumb.RowTagAt

From Xojo Documentation

Method

WebBreadCrumb.RowTagAt(index as Integer) As Variant

New in 2020r1

Supported for all project types and targets.


Method

WebBreadCrumb.RowTagAt(index as Integer, Assigns value As Variant)

New in 2020r1

Supported for all project types and targets.


Gets or sets a hidden identifier associated with the row at the index passed.

Sample Code

This example sets a tag for a WebBreadCrumb.

Me.RowTagAt(4) = "My Cell Tag"

This example displays the tag for a WebBreadCrumb:

MessageBox(Me.RowTagAt(4))

See Also

Variant data type.