Skip to main content

TcxGridLayoutViewRecordCaptionHitTest Class

Provides the HitTest information for the card caption.

Declaration

TcxGridLayoutViewRecordCaptionHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class overrides the HitTestCode method to return the htLayoutViewRecordCaption identifier if the test point belongs to the card caption.

For a list of Layout View elements and associated hit codes and HitTest classes, refer to the Layout View HitTests help topic.

The TcxGridLayoutViewRecordCaptionHitTest object is returned by the Layout View’s GetHitTest method.

Inheritance

See Also