
AaWiz Version 1.11 changes:

* Corrected problem with D3 trial files that
  would not compile.


AaWiz Version 1.10 changes:

* AaWiz can now be placed within data modules and
  Delphi 3.0 custom forms
* various problems with debug switches have been
  corrected
* Delphi 3.0 package support added
* bug with wizard form OnActivate event corrected
* changed TAaQAdvancedText behaviour so that you
  can update the Text property in the OnBrowse
  event
* updated documentation for new classes


AaWiz Version 1.09 Changes:

* code modifications to support Delphi 3.0
* pre-release of upgrade 1.10, which includes additional
  question classes
* added TAaNotebook class to use with custom form
  questions; this component enables you to easily
  switch between notebook pages using a component menu
* centralized component registration to the aawizreg.pas
  unit
* added ControlsLoaded protected property of TAaQuestion so
  question class developers know when their question controls
  are loaded.

Version 1.06 Changes:

* changed behaviour so that you can now dynamically
  change the question that appears after the current
  question by setting the current question's link
  property(s) in its OnNext event.


Version 1.05 Changes:

* added OnHelp event to TAaWizard to enable user to
  have custom help processing (eg. HTML pages)

* added read-only CurrentQuestion property to TAaWizard

* fixed minor bug in the wizard designer: stray focus
  rectangles are now cleaned up


Version 1.04 Changes:

* added ActiveControl property to TAaCustomFormQuestion 


Version 1.03 Changes:

* corrected problem with the OnValidate event of a
  wizard's end question: false "Continue" values are
  now handled correctly

* the wizard's first question is now loaded after the
  wizard form becomes visible.  Now all questions are
  guaranteed to be visible when the OnLoad event is
  fired.


Version 1.02 Changes:

* dummy property added to TAaQuestionCtl class so that
  questions built with the QBuild tools in Delphi 2.0
  will work correctly.

* renamed RES and DCR file extensions to R16/D16 and R32/D32
  to avoid confusion with 16-bit and 32-bit versions of
  these files


Version 1.01 Changes:

* full source (including the designer) is now included with
  orders of two or more copies

* a bug with text in prompt labels not wrapping is fixed

* changed QuestWiz sample so that the wizard is run from
  a button press, and not from the Loaded method of the
  form -- the TNotebooks used in Custom Form questions
  do not behave properly when the wizard is run while
  the form is still in "csLoading" ComponentState.

* clarified a call to DeleteFile with SysUtils.DeleteFile
  in the QuestWiz sample to avoid a conflict with another
  function of the same name in Delphi 2.0

* PageIndex errors are reported when doing a "Check Errors"
  on Custom Form question
