Vcl.Clipbrd.TClipboard.Clear
From RAD Studio API Documentation
Delphi
procedure Clear; virtual;
C++
virtual void __fastcall Clear(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Clipbrd.pas Vcl.Clipbrd.hpp |
Vcl.Clipbrd | TClipboard |
Description
Deletes the contents of the clipboard.
Call Clear to empty the clipboard.
Clear is called automatically by TClipboard operations that add data to the clipboard.
Code Examples