TTMSFNCDataGrid.AddBitmapColumn Method
Applies a bitmap (by TTMSFNCBitmap) to every data row cell in the specified column.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Overloads
Overload 1
Applies a bitmap (by TTMSFNCBitmap) to every data row cell in the specified column.
procedure AddBitmapColumn(AColumn: Integer; ABitmap: TTMSFNCBitmap); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
ABitmap |
Bitmap to display in every cell of the column. |
Overload 2
Applies a bitmap (by BitmapContainer name) to every data row cell in the specified column.
procedure AddBitmapColumn(AColumn: Integer; AName: string); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
AName |
Name of the bitmap in the BitmapContainer. |