TTMSFNCDataGridRenderer.CopyToClipboard Method
Copies the selected cells (or all cells when
ASelectedCellsis False) to the system clipboard as tab-delimited text.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
procedure CopyToClipboard(ASelectedCells: Boolean = True);
Parameters
| Name | Description |
|---|---|
ASelectedCells |
When True, copies only selected cells; when False, copies all cells. |