Skip to content

Commit 7805173

Browse files
authored
Merge pull request MicrosoftDocs#3551 from letticee/patch-1
Update tn026-ddx-and-ddv-routines.md
2 parents 7c70a63 + 129e8f0 commit 7805173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/tn026-ddx-and-ddv-routines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ There are several ways to extend the default DDX/DDV mechanism. You can:
113113
> [!NOTE]
114114
> Such arbitrary expressions cannot be edited by ClassWizard and therefore should be moved outside of the special format comments (//{{AFX_DATA_MAP(CMyClass)).
115115
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.
117117
118118
```cpp
119119
//{{AFX_DATA_MAP(CMyClass)

0 commit comments

Comments
 (0)