Skip to main content

TdxWizardControlHitTest.HitObjectAsButton Property

Provides access to the settings of a wizard button located at the inspected point.

Declaration

property HitObjectAsButton: TdxWizardControlCustomButton read;

Property Value

Type
TdxWizardControlCustomButton

Remarks

If the inspected point corresponds to a wizard button, this property returns a TdxWizardControlCustomButton descendant containing button settings. Otherwise, nil is returned.

See Also