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.

<%= DataItem.Company %>

Cursors can simply use the Cursor.Fieldname or just FieldName syntax:

<%= TQuery.Company %>
<%= Company %>

See also:

Class wwWebRepeater

© West Wind Technologies, 1996-2022 • Updated: 02/06/08
Comment or report problem with topic