Table of Contents

TTMSFNCMemoMatch Record

Describes a single text match found by a find operation, including the matched text, its character position, and the length of the match.

API unit family: TMSFNCMemo

Syntax

TTMSFNCMemoMatch = record

Fields and properties

Name Type Description
Match String The matched text string.
Position Integer Zero-based character offset from the start of the document to the first character of the match.
Range Integer Length in characters of the matched text.