Table of Contents

TTMSFNCDataGridClipboardOptions Class

Options that govern clipboard cut, copy, and paste behaviour for the grid.

API unit family: TMSFNCDataGridRenderer Inherits from: TPersistent

Syntax

TTMSFNCDataGridClipboardOptions = class(TPersistent)

Properties

Name Description
AllowColumnGrow When True, pasting content that is wider than the current column count automatically adds new columns. Default is False.
AllowRowGrow When True, pasting content that has more rows than the current row count automatically adds new rows. Default is False.
Enabled Enables clipboard cut, copy, and paste operations. Default is True.
IgnoreReadOnly When True, paste operations write into cells even if they are marked read-only. Default is False.
PasteAction Determines whether pasting replaces existing cell values or inserts new rows.

Used by