IdxRichEditControl.DoDragDrop(IDataObject,TdxDragDropEffects) Method
Declaration
function DoDragDrop(const AData: IDataObject; AllowedEffects: TdxDragDropEffects): TdxDragDropEffects;
Parameters
Name | Type |
---|---|
AData | IDataObject |
AllowedEffects | TdxDragDropEffects |
Returns
Type |
---|
TdxDragDropEffects |
See Also