haXe API Documentation
Back
|
Index
extern
class
flash.desktop.Clipboard
Available in flash9
var
formats(default,null) :
Array
<
ClipboardFormats
>
function
clear() :
Void
function
clearData(format :
ClipboardFormats
) :
Void
function
getData(format :
ClipboardFormats
, ?transferMode :
ClipboardTransferMode
) :
Dynamic
function
hasFormat(format :
ClipboardFormats
) :
Bool
function
setData(format :
ClipboardFormats
, data :
Dynamic
, ?serializable :
Bool
) :
Bool
function
setDataHandler(format :
ClipboardFormats
, handler :
Dynamic
, ?serializable :
Bool
) :
Bool
static
var
generalClipboard(default,null) :
Clipboard
Back
|
Index