Table of Contents

TTMSFNCMemoSources.Find Method

Searches the collection for a source whose Name matches the specified string and returns it, or nil if not found.

API unit family: TMSFNCMemo Declaring type: TTMSFNCMemoSources

Syntax

function Find(Name: string): TTMSFNCMemoSource; overload;

Parameters

Name Description
Name Name of the source buffer to locate.

Returns

The matching TTMSFNCMemoSource, or nil if no match exists.