In order for ClassWizard to distinguish between code entered by the user and code created by ClassWizard, several types of special delimiters are used. These delimiters are formatted to appear as comments in the code. Therefore they are never compiled or modified by anything except ClassWizard.
The following is a list of the ClassWizard comment delimiters. For more information, see the topics in this section.
Marks the beginning and end of member variable declarations in a header file (.H) used for dialog data exchange (DDX).
Marks the beginning and end of dialog data exchange (DDX) member variable initializations in a dialog class’s constructor.
Marks the beginning and end of dialog data exchange (DDX) function calls in a dialog class’s DoDataExchange member function.
Marks the beginning and end of OLE Automation declarations in a class’s header (.H) file.
Marks the beginning and end of OLE Automation mapping in a class’s implementation (.CPP) file.
Marks the beginning and end of OLE event declarations in a class’s header (.H) file.
Marks the beginning and end of OLE events in a class’s implementation (.CPP) file.
Marks the beginning and end of member variable declarations in a header file (.H) used for database record field exchange (RFX).
Marks the beginning and end of record field exchange (RFX) member variable initializations in a recordset class’s constructor.
Marks the beginning and end of record field exchange function calls in a recordset class’s DoFieldExchange member function.
Marks the beginning and end of ClassWizard entries in a header file (.H) related to message maps.
Marks the beginning and end of message map entries in a class’s message map (in the .CPP file).
Marks the beginning and end of virtual function override declarations in a class’s header (.H) file.