The dialog box.
Inheritance Hierarchy
Object
DlxDialog
Constructors
| Name | Description |
|---|---|
| DlxDialog | Constructs a DlxDialog object. |
Methods
| Name | Description |
|---|---|
| AddCancelButton | Adds the button to close the dialog box ignoring the entered values. |
| AddCheckBox | Adds a check box. |
| AddComboBox | Adds a combo box. |
| AddComboStyle | Adds a combo box for style selection. |
| AddEditNumber | Adds a box for entering a numerical value. |
| AddEditText | Adds a text input box. |
| AddListBox | Adds a list box. |
| AddOkButton | Adds the button to close the dialog box and confirm the entered values. |
| AddStaticGroup | Adds a frame with a title. |
| AddStaticText | Adds a text. |
| DoModal | Displays the dialog box and returns the result. |
| IsValid | Check if the object is a dialog box. |