[Lazarus] Generalized DragDrop

Hans-Peter Diettrich DrDiettrich1 at aol.com
Mon Jan 24 11:32:40 CET 2011


waldo kitty schrieb:

> i'm late to the party (again) but reading this, i had these questions...
> 
> 1. what GUI environments are there that do not have clipboards?

Dunno. Most will have such a feature, but the implementation can vary.


> 2. are there any that do /not/ use the clipboard for DnD operations?

The clipboard should not be affected by DnD at all. It's only the 
mechanism, how data formats are managed by the clipboard, that suggests 
to use the same model to describe and handle DnD data as well.

> 3. is #2 is yes, what do they use and how?

DnD uses data containers, which may be accessed like the clipboard (same 
API).

DoDi





More information about the Lazarus mailing list