TrvActionPasteSpecial.OnCustomPaste

Top  Previous  Next

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.


RichView © Sergey Tkachenko