Skip to main content

TdxLayoutSizeHitTest Class

A HitTest class that identifies a usable (blue) sizing handle shown in customization mode at the inspected point.

Declaration

TdxLayoutSizeHitTest = class(
    TdxCustomLayoutItemHitTest
)

Remarks

This class does not introduce any new members – it simply overrides the HitTestCode function to return a value that identifies a usable sizing handle.

See Also