vcl-dxinputdialogs.md
| Name | Description |
|---|---|
| dxInputBox(string,string,string) | Displays a modal input dialog box that prompts a user to confirm the displayed text string or change it. |
| dxInputQuery(string,string,string,TdxInputQueryValidationProc) | Displays a modal input dialog box that prompts a user to enter a string and checks if user input is valid. |
| dxInputQuery(string,string,string) | Displays a modal input dialog box that prompts a user to enter a string. |
| dxInputQuery(string,string[],string[],TdxInputQueryValidationProc) | Displays an input dialog box that allows users to enter a string. |
| dxInputQuery(string,string[],string[]) | Displays a modal input dialog box that prompts a user to enter multiple text strings. |
| dxSelectQuery(string,string,TStrings,string,Boolean,TdxInputQueryValidationProc) | Displays a modal input dialog box that allows users to select a value in a combo box. |
| Name | Description |
|---|---|
| TdxInputQueryValidationProc | The procedural type for validation routines used in input query dialogs. |