Copy/paste custom objects

  • I have some custom text objects that can be inserted in my word processor. The objects are derived from TWPObjectField.

    But when I try to copy this objects to the clipboard and then pastes them with Ctrl+V nothing happens. There are some methods in TWPObjects that are named CopyToClipboard and CopyDataToClipboard but they have zero documentention so I don't know if I could use them.

    How can I make my objects understand copy/paste?

    /Fredrik