TTMSFNCCustomDataGrid.SetButtonColumn Method
Replaces every data row cell in the column with a button cell.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure SetButtonColumn(AColumn: Integer; AText: string = '');
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
AText |
Button caption text for every cell in the column. |