TdxCustomLayoutHitTest Members
The base class for all HitTest classes which identify layout control elements (the client area, groups, items, the Customization Form, etc.) whose area contains a specified point (also called the inspected point).Properties
| Name | Description |
|---|---|
| Item | |
| Pos | Specifies the layout control’s point to be inspected (in coordinates relative to the control’s top-left corner). |
Methods
| Name | Description |
|---|---|
| CanDragAndDrop(TdxCustomLayoutItem,TPoint) | |
| Equals(TObject) | Inherited from TObject. |
| GetCursor | |
| GetDestinationItem | |
| GetDragAndDropObjectClass | |
| GetDropAreaPart | |
| GetDropCursor | |
| GetGroupForInsert | Returns the potential parent group if a layout element is dropped at the inspected point. |
| GetHashCode | Inherited from TObject. |
| GetSourceItem | |
| HitTestCode | Identifies the element (the client area, group, item, the Customization Form, etc.) located at the inspected point. |
| Instance | |
| IsDropAreaPartDetermined | |
| ToString | Inherited from TObject. |
See Also