Table of Contents

TTMSFNCDataGridData.MoveColumn Method

Shifts a column to a new index, renumbering intervening columns.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

procedure MoveColumn(AFromColumn, AToColumn: Integer);

Parameters

Name Description
AFromColumn Zero-based column index used by the operation.
AToColumn Zero-based column index used by the operation.