Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRangeControlHitTest.HitObject Property

Returns information (a ViewInfo object) on the range control’s visual element located at the test point.

#Declaration

Delphi
property HitObject: TdxRangeControlElementViewInfo read; write;

#Property Value

Type
TdxRangeControlElementViewInfo

#Remarks

To access the element-specific ViewInfo properties and methods, you need to cast the TdxRangeControlElementViewInfo object returned by this property to the ViewInfo type corresponding to the actual visual element located at the test point. To identify the actual ViewInfo class of the object at the test point, use either the ClassName or ToString function of an object returned by the HitObject property.

See Also