TdxCustomOrgChart.DragDrop(TObject,Integer,Integer) Method
An OnDragDrop event dispatcher.
Declaration
procedure DragDrop(Source: TObject; X: Integer; Y: Integer); override;
Parameters
| Name | Type |
|---|---|
| Source | TObject |
| X | Integer |
| Y | Integer |
Remarks
This procedure supports the internal infrastructure and is not intended to be used directly in your code.
See Also