TdxWizardControlCustomButton.Click Method
Emulates a button click.
Declaration
procedure Click; virtual;
Remarks
End-users can click or tap a button to activate its functionality. The Click method allows you to click buttons programmatically, emulating an end-user action. Clicking a button fires the wizard control’s OnButtonClick event.
Note
As with normal clicks, the Click method cannot click disabled buttons.
See Also