loadCollectionEntries

loadCollectionEntries();

The loadCollectionEntries method of the Table class causes the table to access any collection entries required to fill the display size. (As the displayCollection method does this automatically, this method is now redundant.)

The displayRow event method is called for each entry in the collection, as required. Only the number of entries that are needed to fill the table are accessed. The entries in the table can be accessed from logic as normal, but the content of the table is treated as though it is the complete set of data.

Access to rows that are not displayed is not available. See also the Table class displayCollection method and the displayRow event method.