TTMSFNCMemoCustomLanguageBrackets Class
A collection of bracket pair definitions used by a custom language to identify matching brackets for syntax highlighting.
API unit family: TMSFNCMemoCustomLanguage
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCMemoCustomLanguageBrackets = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the bracket pair definition at the given zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty bracket pair definition to the collection. |
| Insert | Inserts a new empty bracket pair definition at the specified position. |