[Overview][Types][Classes][Procedures and functions][Index] |
Retrieves the HTML content of the clipboard (if available).
Source position: clipbrd.pp line 199
public function TClipboard.GetAsHtml( |
ExtractFragmentOnly: Boolean |
):string; |
The HTML content of the clipboard as a string. Empty string if the function fails.
Retrieves the HTML content of the clipboard (if available). On Windows it will automatically remove the clipboard header that Windows inserts. The resulting HTML string will be UTF-8 encoded.
Version 4.0 | Generated 2025-05-03 | Home |