TTMSFNCDataGridCore.LoopThroughColumns Method
Iterates every column and invokes with the column index.
API unit family: TMSFNCDataGridCore
Declaring type: TTMSFNCDataGridCore
Syntax
procedure LoopThroughColumns(ALoopCallback: TTMSFNCDataGridLoopColumnsCallback; AIncludeFixed: Boolean = True);
Parameters
| Name | Description |
|---|---|
ALoopCallback |
Anonymous procedure called once per column. |
AIncludeFixed |
When True, fixed left and right columns are included. |