TTMSFNCPanelSections Class
Ordered collection of
TTMSFNCPanelSectionitems that divide the panel content area into named sections.
API unit family: TMSFNCPanel
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCPanelSections = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Indexed access to the sections in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new section to the collection and returns it. |
| Insert | Inserts a new section at the specified zero-based index and returns it. |