[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 the HTLM on the ClipBoard.
lazarus-ccr.sourceforge.net |