Table of Contents

TTMSFNCDataGridFooter Class

The footer area displayed below the grid. Inherits from TTMSFNCDataGridHeaderFooter and adds Paging controls for multi-page navigation.

API unit family: TMSFNCDataGrid Inherits from: TTMSFNCDataGridHeaderFooter

Syntax

TTMSFNCDataGridFooter = class(TTMSFNCDataGridHeaderFooter)

Properties

Name Description
AutoSize When True (default), the header or footer area resizes itself automatically to fit its content (visual grouping zone, toolbar bar, paging controls, etc.). (inherited from TTMSFNCDataGridHeaderFooter)
Bar Optional toolbar strip embedded inside the header or footer area. See TTMSFNCDataGridHeaderFooterBar. (inherited from TTMSFNCDataGridHeaderFooter)
Fill Background fill of the header or footer area. (inherited from TTMSFNCDataGridHeaderFooter)
Paging Paging control strip rendered inside the footer. See TTMSFNCDataGridFooterPaging.
Size Height in logical pixels of the header or footer area. Default is 30. When AutoSize is True, this value is recalculated automatically based on content. (inherited from TTMSFNCDataGridHeaderFooter)
Stroke Border stroke of the header or footer area. (inherited from TTMSFNCDataGridHeaderFooter)
Visible When True, the header or footer area is rendered. Default is False. (inherited from TTMSFNCDataGridHeaderFooter)

Used by