Table of Contents

TTMSFNCDataGridCellControlInfo.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: TTMSFNCDataGridCellControlInfo

Syntax

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.