Table of Contents

TTMSFNCDataGridData.AutoNumberColumn Method

Fills a column with sequential integers starting at AStartValue from AStartRow downward.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

procedure AutoNumberColumn(AColumn: Integer; AStartRow: Integer = 0; AStartValue: Integer = 0);

Parameters

Name Description
AColumn Zero-based column index used by the operation.
AStartRow Zero-based row index used by the operation.
AStartValue Value used or returned by the operation.