Create an iterator to bind a range of data to a table or listbox in your application's UI.
You bind data to a UI component through a datasource; therefore you must create your datasource prior to creating an iterator. You can simultaneously create an iterator and a datasource when binding data from a database.