Skip to main content
A newer version of this page is available. .

TcxGridDesignSelectorHitTest Class

Contains the HitTest information about the View selector located at the inspected point.

Declaration

TcxGridDesignSelectorHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

The View selector is only displayed at design time to allow you to easily access View members via the Object Inspector.

The TcxGridDesignSelectorHitTest class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htDesignSelector hit code if the View selector is located at the inspected point. You can use the HitTest information provided by this class when implementing a subclass of any View.

Inheritance

See Also