//AB/ CLASSDEF Class cCompletionPage Is a cExteriorPage // Inherit all IDE settings for cExteriorPage Inherit // Give the object a default name based on the classname and a counter Set ObjectNameMask To "oCompletionPage" // Hide all properties which are not wanted or do have a particular default value Property No_Visible String Bitmap "cCompletionPage.Bmp" // Give the following properties the default value as defined in the class Property No_Execute No_Visible Boolean pbWelcomePage False Property No_Execute No_Visible Boolean pbCompletionPage True End_Class