Table of Contents

TTMSFNCCustomDataGrid.CopyToClipboard Method

Copies selected (or all) cells to the clipboard as tab-delimited text.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure CopyToClipboard(ASelectedCells: Boolean = True);

Parameters

Name Description
ASelectedCells When True, copies only selected cells; when False, copies all cells.