Table of Contents

TTMSFNCDataGridDataProgressBarCell.ReInitialize Method

Re-initialises a pooled cell instance with new coordinates and data without allocating a new object.

API unit family: TMSFNCDataGridCell Declaring type: TTMSFNCDataGridDataProgressBarCell Inherited from: TTMSFNCDataGridCell

Syntax

procedure ReInitialize(ARect: TRectF; AColumn, ARow: Integer; AData: TTMSFNCDataGridCellItem; AKind: TTMSFNCDataGridCellKind; ARoot: TObject);

Parameters

Name Description
ARect New bounding rectangle for this cell.
AColumn New zero-based column index.
ARow New zero-based row index.
AData New cell data item; may be nil.
AKind New structural kind for the cell.
ARoot The owning grid control instance.