Paste Method
Description
Reads records from the clipboard and adds them to the records collection.
Syntax
Public Sub Paste()
Remarks
Reads records stored in binary and text format from the clipboard and adds them to the records collection.
The BeforePaste event will occur before a record is inserted that contains any binary data such as images.
The BeforePasteFromText event will occur before a record is inserted that contains only text data.
See Also
- TrackControl Control
- Copy Method
- Cut Method
- CanCopy Property
- CanCut Property
- CanPaste Property
- BeforeCopyToText Event
- BeforePaste Event
- BeforePasteFromText Event
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.