WebListBoxRowData.Value

From Xojo Documentation

Method

Value(ColumnName As String)

New in 2020r1

Supported for all project types and targets.

Returns the value of the ColumnName passed.


Method

Value(ColumnName As String, Assigns Value As String)

New in 2020r1

Supported for all project types and targets.

Sets the string value for the ColumnName passed.


Method

Value(ColumnName As String, Assigns Value As WebListBoxCellRenderer)

New in 2020r1

Supported for all project types and targets.

Sets the WebListBoxCellRenderer value for the ColumnName passed.

Notes

When a value with no encoding is passed to be assigned to a column, that value will be converted to UTF8.

See Also

WebListBoxCellRenderer class.