[Overview][Types][Classes][Procedures and functions][Index] |
Clears the content in the clipboard.
Source position: clipbrd.pp line 192
public procedure TClipboard.Clear; |
No actions are performed in the method if nothing has been stored in the cached clipboard data.
If the internal cache has format identifiers and data, each TClipboardData instance is visited to free the TStream with its content. On completion, the cache is freed and Nil'd and the number of cached clipboard formats is reset to 0 (zero).
|
Contains the clipboard formats currently in use for the class instance. |
|
|
Contains the number of clipboard formats supported for the class instance. |
|
|
Record type with the format identifier and data for cached clipboard content. |
Version 4.0 | Generated 2025-05-03 | Home |