Element | Description |
---|---|
Fields | The fields you want to generate in your class code. When you hold the pointer over a field's name, a tool tip displays the full field declaration as generated from the information on this pane. You can use the New button to create a new field or use the Duplicate button to make a copy of an existing field. The Up and Down buttons change the order in which the fields appear in the generated code. Select any field from the list to modify its properties in the bottom of the wizard. |
Name | The name of the field as it appears in the generated code. |
Access Level | The field's access level. If you do not want to explicitly specify the field's access level, select default. |
Type | The field's type. Select the type from the combo box or type in a fully qualified name. |
Field Type | The field type for the field. If you do not want to explicitly specify the field type, do not select any of the checkboxes. |
Initial Value | The initial value for the field. You can initialize the field by entering new class (parameters). |
See also | |
---|---|
Creating a New File Creating a Group of Files New Wizard: Basic Class Definition Pane New Wizard: Override Inherited Methods Pane New Wizard: Create Methods Pane |