Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mfc/tn026-ddx-and-ddv-routines.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ There are several ways to extend the default DDX/DDV mechanism. You can:
> [!NOTE]
> Such arbitrary expressions cannot be edited by ClassWizard and therefore should be moved outside of the special format comments (//{{AFX_DATA_MAP(CMyClass)).

Have the `DoDialogExchange` member function include conditionals or any other valid C++ statements with intermixed exchange and validation function calls.
Have the `DoDataExchange` member function include conditionals or any other valid C++ statements with intermixed exchange and validation function calls.

```cpp
//{{AFX_DATA_MAP(CMyClass)
Expand Down