//AB/ CLASSDEF Class cInteriorPage Is a cWizardPage // Inherit all IDE settings for cWizardPage Inherit // Give the object a default name based on the classname and a counter Set ObjectNameMask To "oInteriorPage" // Hide all properties which are not wanted or do have a particular default value Property No_Visible String Bitmap "cInteriorPage.Bmp" // Give the following properties the default value as defined in the class Property No_Execute String psTitle "" Property No_Execute String psSubTitle "" End_Class