Vcl.Clipbrd.TClipboard.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; virtual;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Clipbrd.pas
Vcl.Clipbrd.hpp
Vcl.Clipbrd TClipboard

Description

Closes the clipboard if it is open.

Call Close when you are finished adding items to the clipboard.

The clipboard can be opened with multiple calls to the Open method before being closed. Open and Close maintain a count of the number of times the clipboard has been opened and will not close it until Close has been called the same number of times.

See Also

Code Examples