TrvActionPasteSpecial.OnCustomPaste

<< Click to display table of contents >>

TrvActionPasteSpecial.OnCustomPaste

Occurs when the user chose a Clipboard format added with AddFormat method.

type

  TRVACustomPasteEvent = procedure (Sender: TrvActionPasteSpecial;

    Editor: TCustomRichViewEdit; Format: Word) of object;

 

property OnCustomPaste: TRVACustomPasteEvent;

Paste data in the format Format into the editor Editor.