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
- GridControl Control
- Copy Method
- Paste Method
- CanCopy Property
- CanCut Property
- CanPaste Property
- BeforeCopyToText Event
- BeforePaste Event
- BeforePasteFromText Event

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