TTMSFNCDataGrid.CutToClipboard Method
Copies selected (or all) cells to the clipboard and clears the source cells.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
procedure CutToClipboard(ASelectedCells: Boolean = True);
Parameters
| Name | Description |
|---|---|
ASelectedCells |
When True, cuts only selected cells; when False, cuts all cells. |