Skip to main content

TdxCustomLayoutHitTest.GetGroupForInsert Method

Returns the potential parent group if a layout element is dropped at the inspected point.

Declaration

function GetGroupForInsert: TdxCustomLayoutGroup; virtual;

Returns

Type
TdxCustomLayoutGroup

Remarks

This function returns nil. Some TdxCustomLayoutHitTest descendants override this function to return a relevant parent group based on the layout element or area located at the inspected point.

See Also