dialog data exchange (DDX) In MFC , a method for transferring data between the controls of a dialog box and their associated variables. DDX is an easy way to initialize dialog box controls and gather user data input.
dialog data validation (DDV) In MFC , a method for checking data as it is transferred from the controls in a dialog box. DDV is an easy way to validate data entry in a dialog box.
dialog data validation (DDV) In MFC , a method for checking data as it is transferred from the controls in a dialog box. DDV is an easy way to validate data entry in a dialog box.
Comments