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

dxInputDialogs Unit

In This Article

#Methods

Name Description
dxInputBox(string,string,string) Invokes a modal input dialog box that prompts a user to confirm the displayed text string or change it.
dxInputQuery(string,string,string,TdxInputQueryValidationProc) Invokes a modal input dialog box that prompts a user to enter a string and checks if the user input is valid.
dxInputQuery(string,string,string) Invokes a modal input dialog box that prompts a user to enter a string.
dxInputQuery(string,string[],string[],TdxInputQueryValidationProc) Invokes an input dialog box that allows users to enter a string.
dxInputQuery(string,string[],string[]) Invokes a modal input dialog box that prompts a user to enter multiple text strings.
dxSelectQuery(string,string,TStrings,string,Boolean,TdxInputQueryValidationProc) Invokes a modal input dialog box that allows users to select a value in a combo box.

#Types

Name Description
TdxInputQueryValidationProc The procedural type for validation routines used in input query dialogs.