ShowHits

Shows or hides index hits. Use this method with the OPENMode property set to 5 (indexing enabled).

Syntax

bRet = KeyView.ShowHits(bShow)

Parameters

Parameter Type Description
bShow Boolean

TRUE shows hits.

FALSE hides hits.

Returns

Type Description
Boolean

TRUE if the method succeeds.

FALSE if the method fails.