Standard Dialog Data Validation Routines
This topic lists the standard dialog data validation (DDV) routines used for common MFC dialog controls.
Note |
|---|
| The standard dialog data exchange routines are defined in the header file afxdd_.h. However, applications should include afxwin.h. |
| Verifies the number of characters in a given control value does not exceed a given maximum. | |
| Verifies a given control value does not exceed a given BYTE range. | |
| Verifies a given control value does not exceed a given time range. | |
| Verifies a given control value does not exceed a given double range. | |
| Verifies a given control value does not exceed a given DWORD range. | |
| Verifies a given control value does not exceed a given float range. | |
| Verifies a given control value does not exceed a given int range. | |
| Verifies a given control value does not exceed a given long range. | |
| Verifies a given control value does not exceed a given LONGLONG range. | |
| Verifies a given control value does not exceed a given date range. | |
| Verifies a given control value does not exceed a given short range. | |
| Verifies a given slider control value falls within the given range. | |
| Verifies a given control value does not exceed a given UINT range. | |
| Verifies a given control value does not exceed a given ULONGLONG range. |
Note