TTMSFNCRichEditorRulerTabCollection Class
Ordered collection of
TTMSFNCRichEditorRulerTabItementries representing the tab stops on the ruler.
API unit family: TMSFNCRichEditorRuler
Inherits from: TOwnedCollection
Syntax
TTMSFNCRichEditorRulerTabCollection = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Indexed access to the tab stop items in this collection. |
| TMSFNCRichEditorCustomRuler | The ruler control that owns this tab collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty tab stop to the collection and returns it. |
| AddTab | Adds a tab stop at the specified indent position and returns its index. |
| EndUpdate | Resumes update notifications after a matching BeginUpdate call and redraws the ruler. |
| Insert | Inserts a new tab stop at the specified zero-based index and returns it. |