TTMSFNCMemoSources.Find Method
Searches the collection for a source whose
Namematches the specified string and returns it, ornilif 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.