TTMSFNCCustomLocalizationStringCatalog.GetByName Method
Returns the value stored for the given name in the active language.
API unit family: TMS.TMSFNCLocalizationStringCatalog
Declaring type: TTMSFNCCustomLocalizationStringCatalog
Syntax
function GetByName(AName: string): string;
Parameters
| Name | Description |
|---|---|
AName |
The name of the entry to look up. The comparison is case-insensitive. |
Returns
The entry's value, or an empty string when no entry has that name.