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

TdxWizardControlCustomButtonCollectionItem.Click Method

In This Article

Emulates a button click.

#Declaration

Delphi
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