Skip to content

Known Issues and Limitations

chrisrolliston edited this page Jun 7, 2015 · 1 revision
  • Any virtual files copied to the clipboard will not be pasteable after the application has closed on Windows. This is a limitation of the underling OS API.
  • Debugging the mechanics of a drag and drop operation can be difficult, particularly on Windows as the IDE can interfere.
  • If registering a custom clipper and targeting iOS, ensure CCR.Clipboard.FMX.iOS is used in the unit that does the registering so that the initialization sections will run in the intended order (the 'raw' TClipboard support does not have any FMX dependancies but full-fat iOS support does).
  • Android targeting is limited to what the stock FMX clipboard support provides for that platform, i.e. reading and writing plain text only. This is partly due to the limited amount of standardised clipboard functionality on that OS.
Clone this wiki locally