Table of Contents

TTMSFNCDataGridData.CopyColumnTo Method

Copies a column's data to another TTMSFNCDataGridData instance; AIndex specifies the target column (-1 to append).

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

procedure CopyColumnTo(AColumn: Integer; ADataInstance: TTMSFNCDataGridData; AIndex: Integer = -1); virtual;

Parameters

Name Description
AColumn Zero-based column index used by the operation.
ADataInstance Argument used by the operation.
AIndex Argument used by the operation.