ImageEn, unit iexMetaHelpers

TIEMetaListView.CopyToClipboard

TIEMetaListView.CopyToClipboard

Declaration

procedure CopyToClipboard(SelectedOnly: Boolean = True);

Description

Copies content to the clipboard in a text format, i.e. Caption: Value.

Note: The user can also click Ctrl+C to copy the selected value to the clipboard

Example

// Copy the selected meta-data fields to the clipboard
IEMetaListView1.CopyToClipboard();