ClearClipBoard

ClipBoard ››
Parent Previous Next

ClearClipBoard

Синтаксис

Function ClearClipBoard() As Integer

Описание

Очищает буфер обмена

Параметры

нет

Платформы

Windows

Пример

#Include "window9.bi"
SetClipBoardText("Hello")
? GetClipBoardText
sleep
ClearClipBoard()
? GetClipBoardText
Sleep

Результат

Hello

Created with the Personal Edition of HelpNDoc: Full featured Kindle eBooks generator