ISearchDataSourcesBox.LoadNextPage

Syntax

LoadNextPage;

Description

The LoadNextPage method continues search and loads the next set of elements with search results to the component area.

Comments

The method is used if the IsAllDataLoaded property returns False. After the search the first 100 records with results are loaded to the Items collection. To continue the search and load the next records, use the LoadNextPage method.

See also:

ISearchDataSourcesBox