Back to Devexpress

TdxLayoutClientAreaHitTest Class

vcl-dxlayoutcontainer-74eb9b6b.md

latest1.4 KB
Original Source

TdxLayoutClientAreaHitTest Class

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

Declaration

delphi
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

TdxCustomLayoutControl.GetHitTest

TdxLayoutContainer.GetHitTest

TdxLayoutClientAreaHitTest Members

dxLayoutContainer Unit