Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Difference between critical section, mutex and semaphore.

1157


What is the use of microsoft visual c++ 2015 redistributable?

1040


What are the advantages of a message map

1077


How do I create an mfc application in vc++?

1103


What is vc++ redistributable?

1370


Do I need microsoft visual c++ on my computer?

1087


What is the difference between an MLE and an SLE?

6639


how to declare and populate an array of checkBoxes

1168


What is mfc in vc++?

1177


What is visual c++ redistributable?

1260


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

1076


Can I remove microsoft visual c++?

1121


Do I need the microsoft visual c++?

1105


What is odbc in vc ++?

1192


Explain the important features of vc++?

1084