GetFile  Clipboard

The GetFile function retrieves the buffer stored in the clipboard.

Syntax

Integer Clipboard.GetFile(
     File file)

Parameters

fileFile to get the buffer.Required

Return value

The GetFile function returns true.

If an error occurs, the GetFile function returns false.

Example

File file new
Clipboard myClipboard new
file.New()
myClipboard.GetFile(file)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia