Network, Computer and Programming Resources
C++ - 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. See alsoul DDV.