TdxLayoutBasicItemHitTest.GetGroupForInsert Method
Returns the potential parent group if a layout element is dropped at the inspected point.
Declaration
function GetGroupForInsert: TdxCustomLayoutGroup; override;
Returns
Type |
---|
TdxCustomLayoutGroup |
Remarks
This function is overridden to return the immediate parent of the layout element accessible via the Item property.
See Also