Skip to content

Copy Method

Description

Copies the data (in the Binary and Text data formats) from all currently selected records to the clipboard. Selected records will remain.

Syntax

Public Sub Copy()

Remarks

Copies the data (in the Binary and Text data formats) from all currently selected records to the clipboard. The selected records will remain in the grid.

The text record data will be stored in a tab-delimited string.

The BeforeCopyToText event will occur before the data is actually sent to the clipboard, allowing the data to be modified if needed.

After a successful Copy, the Paste method can be used to paste the record(s) back into a grid. This will insert duplicate records if the original selected records are still present.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.