Table of Contents

TTMSFNCDataGridRenderer.CutToClipboard Method

Cuts the selected cells to the clipboard (copies their content then clears the cells).

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

procedure CutToClipboard(ASelectedCells: Boolean = True);

Parameters

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