DesktopListBox.ColumnTagAt

From Xojo Documentation

Method

DesktopListBox.ColumnTagAt(Column as Integer) As Variant

New in 2021r3

Supported for all project types and targets.

Gets and sets the ColumnTag for each column. ColumnTagAt can be viewed in the Debugger.

Sample Code

Me.ColumnTagAt(4) = "Enter your birthdate."