Table of Contents

TTMSFNCMemo.OnReplacePrevious Event

Occurs after the previous matching search result has been replaced.

API unit family: TMSFNCMemo Declaring type: TTMSFNCMemo Inherited from: TTMSFNCCustomMemo

Syntax

OnReplacePrevious: TTMSFNCMemoReplaceMatchEvent;

Parameters

Name Description
Sender The object that raised the event.
ASearchString The text to search for.
AReplaceString The replacement text.
AMatch The AMatch parameter.