Skip to main content

TdxGalleryControlDropTargetViewInfo Class

Stores information about the drag-and-drop operation target.

Declaration

TdxGalleryControlDropTargetViewInfo = class(
    TdxGalleryCustomViewInfo
)

Remarks

This class has members that allow you to do the following:

  • Identify the drag-and-drop operation target (TargetObject).

  • Obtain the target object’s bounds (TargetBounds).

  • Identify at which side of the target object a dropped item is inserted (Side).

A gallery controller‘s DropTargetInfo property references a TdxGalleryControlDropTargetViewInfo object.

Inheritance

TObject
TdxGalleryCustomViewInfo
TdxGalleryControlDropTargetViewInfo
See Also