Table of Contents

TTMSFNCDataGridProgressBarCellControlInfo.CopyInstance Method

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

API unit family: TMSFNCDataGridCell Declaring type: TTMSFNCDataGridProgressBarCellControlInfo 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 TTMSFNCDataGridProgressBarCellControlInfo instance that is a deep copy of this cache key.

function CopyInstance: TTMSFNCDataGridCellControlInfo; override;

Returns

A new progress-bar control info copy; the caller is responsible for freeing it.