TTMSFNCTabSetTabs Class
Ordered collection of
TTMSFNCTabSetTabitems displayed in a tab set control.
API unit family: TMSFNCTabSet
Inherits from: TTMSFNCOwnedCollection
Implements: ITMSFNCBaseListIO, ITMSFNCBasePersistenceIO
Syntax
TTMSFNCTabSetTabs = class(TTMSFNCOwnedCollection, ITMSFNCBaseListIO, ITMSFNCBasePersistenceIO)
Properties
| Name | Description |
|---|---|
| Tabs | Indexed access to the tabs in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new tab to the collection and returns it. |
| Clear | Removes all tabs from the collection. |
| Insert | Inserts a new tab at the specified zero-based index and returns it. |
| TabSet | Returns the tab set that owns this collection. |