GetData Method

Object List Next Object

Defined By:
XferData

Description:

Gets an XferData object containing the data formats of an object.

Declaration:

Function GetData() As XferData

Details:

When called on an XferData object, GetData Method returns a new XferData object. This new object allows access only to its selected formats. The formats of the original object are used rather than copies.


Note: Using GetData from the clipboard will prevent other applications from accessing the clipboard. Be careful not to hold onto the clipboard's XferData for extended amounts of time, for this reason.