TTMSFNCDataGridRenderer.AddButtonColumn Method
Adds button cells to the specified column.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
procedure AddButtonColumn(AColumn: Integer; AText: string = '');
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index that receives button cells. |
AText |
Button caption. An empty string creates buttons without captions. |