TTMSFNCMemoLanguageReferences Class
A collection of custom language references that are registered with the editor to enable additional syntax highlighting grammars.
API unit family: TMSFNCMemo
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCMemoLanguageReferences = class(TTMSFNCOwnedCollection)
Properties
| Name |
Description |
| Items |
Returns the language reference at the given zero-based index. |
Methods
| Name |
Description |
| Add |
Appends a new empty language reference to the collection. |
| Insert |
Inserts a new empty language reference at the specified position. |
Events
| Name |
Description |
| OnChange |
Fires when the collection is modified, allowing the editor to re-register all custom languages. |