TTMSFNCDataGrid.AddButtonColumn Method
Applies a button cell type to every data row cell in the specified column.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: 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. |