TTMSFNCLocalizationStrings Class
Represents a collection of named string entries.
API unit family: TMS.TMSFNCLocalizationStringCatalog
Inherits from: TOwnedCollection
Syntax
TTMSFNCLocalizationStrings = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Gives access to the string entry at the given index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new, empty string entry to the collection. |
| FindByName | Searches the collection for the entry whose name matches the given value. |