Back to Devexpress

dxInputDialogs Unit

vcl-dxinputdialogs.md

latest1.4 KB
Original Source

dxInputDialogs Unit

Methods

NameDescription
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.

Types

NameDescription
TdxInputQueryValidationProcThe procedural type for validation routines used in input query dialogs.