Table of Contents

TTMSFNCDataGridRenderer.SelectRows Method

Selects the contiguous range of rows from AFromRow to AToRow.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

procedure SelectRows(AFromRow, AToRow: Integer);

Parameters

Name Description
AFromRow Zero-based first row index in the selection.
AToRow Zero-based last row index in the selection.