//AB/ CLASSDEF Class cExteriorPage Is a cWizardPage // Inherit all IDE settings for cWizardPage Inherit // Create new properties which are defined in the class Property No_Execute String psWatermark "" Property No_Execute String psTitle "" Property No_Execute String psDescription "" Property No_Execute String psBottomText "" // The color of this page should be always white Property No_Visible Color Color clWhite End_Class