This topic has not yet been rated - Rate this topic

DDV_MaxChars

Call DDV_MaxChars to verify that the amount of characters in the control associated with value does not exceed nChars.

void AFXAPI DDV_MaxChars(
   CDataExchange* pDX,
   CString const& value,
   int nChars 
);
pDX

A pointer to a CDataExchange object. The framework supplies this object to establish the context of the data exchange, including its direction.

value

A reference to a member variable of the dialog box, form view, or control view object with which data is validated.

nChars

Maximum number of characters allowed.

For more information about DDV, see Dialog Data Exchange and Validation.

Header: afxdd_.h

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ