What is the use of DDV and DDX routines ?

Answer Posted / dharani

1)dialog data exchange (DDX)

All dialog data functions are done with C++ code. There are
no special resources or magic macros. The heart of the
mechanism is a virtual function that is overridden in every
dialog class that does dialog data exchange and validation.
It is always found in this form:

Copy Code
void CMyDialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX); // call base class

//{{AFX_DATA_MAP(CMyDialog)
<data_exchange_function_call>
<data_validation_function_call>
//}}AFX_DATA_MAP
}


2)dialog data validation (DDV)


Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

1754


What is microsoft visual c++ 2013 redistributable?

607


Explain the significance of initapplication() in vc++.

654


What is microsoft visual c++ 2015 redistributable?

592


Do I need all the microsoft visual c++ redistributable?

524






How do I get rid of microsoft visual c++ runtime library error?

667


What is microsoft visual c++ redistributable and do I need it?

538


What is a thread (VC++) and state the difference between Cmutex and Csemaphone?

610


What is the difference between turbo c++ and visual c++?

527


Is visual c++ a compiler?

553


What is microsoft visual c++ 2008 redistributable and do I need it?

544


What is mfc in vc++?

719


Is microsoft visual c++ a virus?

660


How do I install microsoft visual c++ 2015?

537


What is microsoft visual c++ runtime library error?

555