wwWebRepeater::DataSource
The DataSource that is bound to this control. Can be a Cursor, Array of objects or a collection of Objects.
The ItemTemplate sees each DataItem as a DataItem object variable when Array or Cursor data is used.
htmlhtml<%= DataItem.Company %>
Cursors can simply use the Cursor.Fieldname or just FieldName syntax:
htmlhtml<%= TQuery.Company %> <%= Company %>
See also
Class wwWebRepeater© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic