SetHiLite

Highlights a region of text. Use this method with the OPENMode property set to 5 (indexing enabled).

Syntax

bRet = KeyView.SetHiLite(cbTextToHiLite, lLogicalAddress)

Parameters

Parameter Type Description
cbTextToHiLite Integer The number of bytes to highlight.
lLogicalAddress Long The logical address from which to start highlighting.

Returns

Type Description
Boolean

TRUE if the method succeeds.

FALSE if the method fails.