TTMSFNCPanelFooter Class
Footer bar displayed at the bottom of the panel; hidden and button-less by default.
API unit family: TMSFNCPanel
Inherits from: TTMSFNCPanelElement
Syntax
TTMSFNCPanelFooter = class(TTMSFNCPanelElement)
Properties
| Name | Description |
|---|---|
| ButtonSize | Pixel size of each action button. (inherited from TTMSFNCPanelElement) |
| ButtonSpacing | Pixel gap between consecutive action buttons. (inherited from TTMSFNCPanelElement) |
| Buttons | Set of action buttons displayed in the header or footer. (inherited from TTMSFNCPanelElement) |
| DropDownControl | Control shown in the drop-down popup when the drop-down button is clicked. (inherited from TTMSFNCPanelElement) |
| DropDownHeight | Height of the drop-down popup in pixels. (inherited from TTMSFNCPanelElement) |
| DropDownWidth | Width of the drop-down popup in pixels. (inherited from TTMSFNCPanelElement) |
| Fill | Background fill of the header or footer bar. (inherited from TTMSFNCPanelElement) |
| Font | Font used to render the text label. (inherited from TTMSFNCPanelElement) |
| HorizontalTextAlign | Horizontal alignment of the text label. (inherited from TTMSFNCPanelElement) |
| ShowButtons | When True, the action button area is visible in the header or footer. (inherited from TTMSFNCPanelElement) |
| Size | Height of the header or footer bar in pixels. (inherited from TTMSFNCPanelElement) |
| StretchText | When True, the text label stretches to fill the available width. (inherited from TTMSFNCPanelElement) |
| Stroke | Border stroke of the header or footer bar. (inherited from TTMSFNCPanelElement) |
| Text | Text displayed in the header or footer bar; supports HTML formatting. (inherited from TTMSFNCPanelElement) |
| Trimming | Controls how overlong text is trimmed when word-wrapping is off. (inherited from TTMSFNCPanelElement) |
| VerticalTextAlign | Vertical alignment of the text label. (inherited from TTMSFNCPanelElement) |
| Visible | When False, the header or footer bar is hidden. (inherited from TTMSFNCPanelElement) |
| WordWrapping | When True, the text label wraps across multiple lines. (inherited from TTMSFNCPanelElement) |
Events
| Name | Description |
|---|---|
| OnChanged | Fires when any header/footer setting changes. (inherited from TTMSFNCPanelElement) |