TdxNavBarDragObject Class
A class used for managing NavBar drag & drop operations.
Declaration
TdxNavBarDragObject = class(
TObject
)
Remarks
This class provides parameters that help you track drag operations from/to/within a NavBar control and accept or cancel drop operations.
Internal drag & drop operations performed within the same NavBar control are handled internally. This implies that the NavBar object creates a TdxNavBarDragObject object and implements the required logic for dragging and dropping operations automatically. So, for the most part, you do not need to make use of the TdxNavBarDragObject object to utilize standard internal operations.
For handling external drag & drop operations, you must create a TdxNavBarDragObject object manually to customize the NavBar control’s drag-and-drop behavior.
Inheritance
TObject
TdxNavBarDragObject
See Also