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