Table of Contents

TTMSFNCDataGridProgressBarCellControlInfo.Compare Method

Returns True when all fields of AInfo match this instance, indicating the cached bitmap is still valid.

API unit family: TMSFNCDataGridCell Declaring type: TTMSFNCDataGridProgressBarCellControlInfo Inherited from: TTMSFNCDataGridCellControlInfo

Overloads

Overload 1

Returns True when all fields of AInfo match this instance, indicating the cached bitmap is still valid.

function Compare(AInfo: TTMSFNCDataGridCellControlInfo): Boolean; virtual;

Parameters

Name Description
AInfo The control info snapshot to compare against.

Returns

True if all comparison fields are equal; False otherwise.

Overload 2

Returns True when AInfo represents the same cache key as this instance, including the Value position.

function Compare(AInfo: TTMSFNCDataGridCellControlInfo): Boolean; override;

Parameters

Name Description
AInfo Control info snapshot to compare against.

Returns

True when the compared control information matches; otherwise False.