TTMSFNCDataGridCore.LoopThroughRows Method
Iterates every row and invokes with the row index.
API unit family: TMSFNCDataGridCore
Declaring type: TTMSFNCDataGridCore
Syntax
procedure LoopThroughRows(ALoopCallback: TTMSFNCDataGridLoopRowsCallback; AIncludeFixed: Boolean = True);
Parameters
| Name | Description |
|---|---|
ALoopCallback |
Anonymous procedure called once per row. |
AIncludeFixed |
When True, fixed header and footer rows are included. |