Table of Contents

TTMSFNCCustomDataGrid.CutToClipboard Method

Copies selected (or all) cells to the clipboard and clears the source cells.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure CutToClipboard(ASelectedCells: Boolean = True);

Parameters

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