TCustomRichViewEdit.CanPasteHTML

<< Click to display table of contents >>

TCustomRichViewEdit.CanPasteHTML

Returns True if the Clipboard contains data in HTML format.

function CanPasteHTML: Boolean;

(Introduced in version 21)

Platform notes: this method is implemented for Windows and macOS. For other platforms, it returns False.

See also methods:

▪PasteHTML;

▪CanPaste.

See also:

▪Working with Clipboard