Skip to main content

TdxWizardControlHitTest.HitObject Property

Returns ViewInfo information of the wizard control UI element located at the inspected point.

Declaration

property HitObject: TdxWizardControlCellViewInfo read; write;

Property Value

Type
TdxWizardControlCellViewInfo

Remarks

This property returns a TdxWizardControlCellViewInfo descendant that corresponds to the inspected UI element. The ViewInfo object returned by the property is for internal use only. To determine if a specific element is located at the inspected point, use the HitAt-prefixed properties instead. Then, access element-specific settings via the corresponding wizard control properties. For wizard buttons, you can use the HitObjectAsButton property to quickly access the settings of the button being inspected.

See Also