Skip to content

Cut Method

Description

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

Syntax

Public Sub Cut()

Remarks

Copies the data (in the Binary and Text data formats) from all currently selected records to the clipboard. The selected records will NOT 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, which will allow the data to be modified if needed.

After a successful Cut, the Paste method can be used to paste the record(s) back into a grid.

See Also


See Also


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