TTMSFNCMemoLines Class
A string list bound to a code editor control that synchronises every line insertion, deletion, and replacement with the underlying editor content.
API unit family: TMSFNCMemo
Inherits from: TStringList
Syntax
TTMSFNCMemoLines = class(TStringList)
Methods
| Name | Description |
|---|---|
| AddObject | Appends a line with an associated object and returns the new line index. |
| Clear | Removes all lines from the editor and clears the editor content. |
| Delete | Deletes the line at the specified index and updates the editor content accordingly. |
| Exchange | Swaps the positions of two lines within the editor. |
| InsertObject | Inserts a line with an associated object at the specified position. |