Table of Contents

TTMSFNCLocalizationStrings.FindByName Method

Searches the collection for the entry whose name matches the given value.

API unit family: TMS.TMSFNCLocalizationStringCatalog Declaring type: TTMSFNCLocalizationStrings

Syntax

function FindByName(const AName: string): TTMSFNCLocalizationString;

Parameters

Name Description
AName The name to search for. The comparison is case-insensitive.

Returns

The matching string entry, or nil when no entry has that name.