Table of Contents

TTMSFNCCustomDataGrid.AddButtonColumn Method

Applies a button cell type to every data row cell in the specified column.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure AddButtonColumn(AColumn: Integer; AText: string = '');

Parameters

Name Description
AColumn Zero-based column index.
AText Button caption text for every cell in the column.