Skip to main content

TdxRichEditControlBase.Paste Method

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

Declaration

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