Skip to main content

TdxLayoutClientAreaHitTest Class

A HitTest class that identifies the layout control whose client area contains the inspected point.

Declaration

TdxLayoutClientAreaHitTest = class(
    TdxCustomLayoutHitTest
)

Remarks

The TdxLayoutClientAreaHitTest class is extended with the Container property, which specifies the layout element container associated with the layout control whose client area contains the inspected point. In addition, the class provides the overridden HitTestCode and GetGroupForInsert functions that return data specific to this client area.

Inheritance

TObject
TdxCustomLayoutHitTest
TdxLayoutClientAreaHitTest
See Also