Table of Contents

TTMSFNCDataGrid.SetBitmapColumn Method

Replaces every data row cell in the column with a bitmap cell using a TTMSFNCBitmap.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Overloads

Overload 1

Replaces every data row cell in the column with a bitmap cell using a TTMSFNCBitmap.

procedure SetBitmapColumn(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

Replaces every data row cell in the column with a bitmap cell using a BitmapContainer name.

procedure SetBitmapColumn(AColumn: Integer; AName: string); overload;

Parameters

Name Description
AColumn Zero-based column index.
AName Name of the bitmap in the BitmapContainer.