TTMSFNCDataGridRenderer.AddBitmapColumn Method
Adds bitmap cells using a bitmap instance to the specified column.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Overloads
Overload 1
Adds bitmap cells using a bitmap instance to the specified column.
procedure AddBitmapColumn(AColumn: Integer; ABitmap: TTMSFNCBitmap); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index that receives bitmap cells. |
ABitmap |
Bitmap instance to display in each cell of the column. |
Overload 2
Adds bitmap cells using a named bitmap container item to the specified column.
procedure AddBitmapColumn(AColumn: Integer; AName: string); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index that receives bitmap cells. |
AName |
Name of the bitmap container item to display in each cell of the column. |