Table of Contents

TTMSFNCDataGridCheckedCellControlInfo.CopyInstance Method

Creates and returns a new TTMSFNCDataGridCellControlInfo with the same field values as this instance.

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

Overloads

Overload 1

Creates and returns a new TTMSFNCDataGridCellControlInfo with the same field values as this instance.

function CopyInstance: TTMSFNCDataGridCellControlInfo; virtual;

Returns

A new TTMSFNCDataGridCellControlInfo copy; the caller is responsible for freeing it.

Overload 2

Creates a new TTMSFNCDataGridCheckedCellControlInfo instance that is a deep copy of this cache key.

function CopyInstance: TTMSFNCDataGridCellControlInfo; override;

Returns

A new checked-cell control info copy; the caller is responsible for freeing it.