WebDataSource

From Xojo Documentation

Interface


New in 2020r1

Provides the methods needed to create a data source to use with WebListBox.

Methods
ColumnData RowData
RowCount SortedPrimaryKeys

Notes

The data source you create via the WebDataSource interface lets you create a generic way to populate the data for a WebListBox.

See Also

WebListBox control, WebListBoxColumnData, WebListBoxRowData classes.