TiEditCustom.CutToClipboard

TiEditCustom

Copies the selected text to the Clipboard in clear text format and then deletes the selection.

procedure CutToClipBoard;

Description

Use CutToClipboard to replace the contents of the Clipboard with the selected. After copying the selected text, CutToClipboard deletes the selected text. If no text is selected, CutToClipboard does nothing.

Example

Delphi

iComponent.CutToClipBoard;

C++ Builder

iComponent->CutToClipBoard();

Contents | Index | Previous | Next