Table of Contents

TTMSFNCMemo.Find Method

Starts a search for the specified text using the supplied options and behavior.

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

Overloads

Overload 1

Starts a search for the specified text using the supplied options and behavior.

procedure Find(ASearchString: string; AOptions: TTMSFNCMemoFindOptions; ABehaviour: TTMSFNCMemoFindBehaviour = fbDown); overload;

Parameters

Name Description
ASearchString The text to search for.
AOptions The search or replace options to apply.
ABehaviour The search direction or behavior.

Overload 2

Starts a search for the specified text using the supplied behavior.

procedure Find(ASearchString: string; ABehaviour: TTMSFNCmemoFindBehaviour = fbDown); overload;

Parameters

Name Description
ASearchString The text to search for.
ABehaviour The search direction or behavior.