| Package | flash.desktop |
| Class | public class ClipboardTransferMode |
| Inheritance | ClipboardTransferMode Object |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0 |
transferMode
parameter of the Clipboard.getData() method.
The transfer mode provides a hint about whether to return a reference or a copy when accessing an object contained on a clipboard.
See also
| Constant | Defined By | ||
|---|---|---|---|
[static]
The Clipboard object should only return a copy. | ClipboardTransferMode | ||
[static]
The Clipboard object should return a copy if available and a reference if not. | ClipboardTransferMode | ||
[static]
The Clipboard object should only return a reference. | ClipboardTransferMode | ||
[static]
The Clipboard object should return a reference if available and a copy if not. | ClipboardTransferMode | ||
| Constant |
public static const CLONE_ONLY:String = "cloneOnly"| Runtime Versions : | AIR 1.0 |
The Clipboard object should only return a copy.
| Constant |
public static const CLONE_PREFERRED:String = "clonePreferred"| Runtime Versions : | AIR 1.0 |
The Clipboard object should return a copy if available and a reference if not.
| Constant |
public static const ORIGINAL_ONLY:String = "originalOnly"| Runtime Versions : | AIR 1.0 |
The Clipboard object should only return a reference.
| Constant |
public static const ORIGINAL_PREFERRED:String = "originalPreferred"| Runtime Versions : | AIR 1.0 |
The Clipboard object should return a reference if available and a copy if not.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html