TdxRichEditBehaviorOptions.PasteSingleCellAsText Property
In This Article
Specifies if a paste operation inserts one copied table cell as text.
#Declaration
Delphi
property PasteSingleCellAsText: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set the PasteSingleCellAsText
property to True
or False
to change the behavior of paste operations in relation to one table cell previously copied to the clipboard.
#Limitations
The PasteSingleCellAsText
property affects only an individual copied table cell. If the clipboard contains multiple table cells, a paste operation always inserts them as a table.
#Default Value
The PasteSingleCellAsText
property’s default value is False
.
See Also