TiEditCustom.CopyToClipboard

TiEditCustom

Copies the selected text in the iEdit control to the Clipboard.

procedure CopyToClipBoard;

Description

Use CopyToClipboard to replace the contents of the Clipboard with the selected text. CopyToClipboard does not clear the Clipboard if no text is selected. If no text is selected, CopyToClipboard does nothing.

Example

Delphi

iComponent.CopyToClipBoard;

C++ Builder

iComponent->CopyToClipBoard();

Contents | Index | Previous | Next