Copy Paste to/from clipboard

Hi all,

I have a question concerning copy/paste using a PtMultiText.

If I select some text in the PtMultiText, I can retrieve the begin and end
of a selection. To retrieve the actual text, you need to copy all text
between the start and end in a buffer. There are functions to do copy/paste
instructions using a keyboard. Let’s say, I have a touchscreen how do I do:

  • Copy / Paste to a clipboard
  • Copy / paste to a buffer

Which approach does QNX advice, using a clipboard or using a buffer if it
comes to strings only.

TIA
Freddy