ISearchResult.HighlightedDescription

Syntax

HighlightedDescription: String;

Description

The HighlightedDescription property returns description of data source with highlighted search text in it.

Comments

The property value is available if search text is found in the indexed data source description. The searched text is framed with the <hlt>...</hlt> tag.

Example

The example of use is given in description of the ISearchExecutor.Search method.

See also:

ISearchResult