[Overview][Types][Classes][Procedures and functions][Index] |
Puts a HTML string on the clipboard.
Source position: clipbrd.pp line 218
public procedure TClipboard.SetAsHtml( |
Html: string |
); |
Html: string; |
const PlainText: string |
); |
Html |
|
The HTML string that shall be put on the ClipBoard. |
Html |
|
The HTML string that shall be put on the ClipBoard. |
PlainText |
|
Optional plain text (string) representation of the HTML. |
Puts a HTML string on the clipboard. On Windows it will automatically insert a ClipBoard Header. The procedure can also (optionally) set a provided plaintext representation of HTML on the ClipBoard.
Version 4.0 | Generated 2025-05-03 | Home |