Table of Contents

TTMSFNCDataGrid.LoopThroughRows Method

Executes a callback for each row, optionally including fixed rows.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

procedure LoopThroughRows(ALoopCallback: TTMSFNCDataGridLoopRowsCallback; AIncludeFixed: Boolean = True);

Parameters

Name Description
ALoopCallback Callback invoked by the operation.
AIncludeFixed Argument used by the operation.