| 
       << Click to display table of contents >> TRVOleDropEffect, TRVOleDropEffects [VCL and LCL] | 
    
Unit [VCL/FMX]: RVEdit / fmxRVEdit.
Type of drag&drop operation.
type
TRVOleDropEffect = (rvdeNone, rvdeCopy, rvdeMove, rvdeLink);
TRVOleDropEffects = set of TRVOleDropEffect;
This type defines how drag&drop cursor looks like.
Effect  | 
Meaning  | 
|---|---|
rvdeNone  | 
Drag&drop is not possible  | 
rvdeCopy  | 
The source object will be copied to the target  | 
rvdeMove  | 
The source object will be moved to the target  | 
rvdeLink  | 
Link to the source object will be inserted in the target  | 
See events of TCustomRichViewEdit: