TdxLayoutClientAreaHitTest.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 root group of the layout element container accessible via the Container property.
See Also