You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mfc/tn026-ddx-and-ddv-routines.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ There are several ways to extend the default DDX/DDV mechanism. You can:
113
113
> [!NOTE]
114
114
> Such arbitrary expressions cannot be edited by ClassWizard and therefore should be moved outside of the special format comments (//{{AFX_DATA_MAP(CMyClass)).
115
115
116
-
Have the `DoDialogExchange` member function include conditionals or any other valid C++ statements with intermixed exchange and validation function calls.
116
+
Have the `DoDataExchange` member function include conditionals or any other valid C++ statements with intermixed exchange and validation function calls.
0 commit comments