
26.07.2007, 15:00
|
|
Регистрация: May 2007
Адрес: Минск, Беларусь
Сообщений: 347
|
setClipboard (System.setClipboard method)
public static setClipboard(text:String) : Void
Replaces the contents of the Clipboard with a specified text string.
Note: Because of security concerns, it is not possible to read the contents of the system Clipboard. In other words, there is no corresponding System.getClipboard() method.
|