Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvRichEditor
Controlling clipboard format

You can use the AdvRichEditor.ClipboardFormat property to control what clipboard formats are accepted for TAdvRichEditor. The ClipboardFormat is a set of possible values: TClipboardFormat = (cfRTE, cfRTF, cfText, cfHTML, cfBMP, cfFile); To accept only plain text for example to paste in TAdvRichEditor, use: AdvRichEditor.ClipboardFormat := [cfText];