Skip to content

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


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