_WizardCreateProfile |
Template class for wizard. The application programmer implements the wizard by overriding wizard methods. Note that since the user may backtrack when implementing a method, callbacks MUST tolerate being called multiple times. It is also permitted for a user to cancel a wizard before the final commit. |