Back to Devexpress

TdxRichEditControlBase.Paste Method

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-33924909.md

latest1.7 KB
Original Source

TdxRichEditControlBase.Paste Method

Inserts clipboard content at the caret position or replaces the current selection.

Declaration

delphi
procedure Paste;

Remarks

You can call Copy, Cut, and Paste procedures to execute corresponding clipboard operations in the Rich Edit control if they are currently available.

Paste Operation Availability

A Paste procedure call inserts clipboard content at the caret position or replaces the current selection with it when the following conditions are met:

Otherwise, a Paste procedure call has no effect.

A Paste procedure call produces the same effect as the Paste Selection command.

See Also

TdxRichEditControlBase Class

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit