ISearchResults.Item

Syntax

Item(ItemIndex: Integer): ISearchResult;

Parameters

ItemIndex. Record index with search results.

Description

The Item property returns the specified record with search results.

Example

The example of work with the ISearchResults collection is given in description of the ISearchExecutor.Search method.

See also:

ISearchResults