Using Module Properties

You can add, specify, and group module properties in the Module Properties editor.

Procedure

  1. In the Project panel, expand the Module Descriptors folder, and then double-click the Module Properties folder.
    The Module Properties editor is displayed in the right panel.
  2. Define module properties in the Module Properties editor.
    • To add a property, click New Property. A new global property item is added to the bottom of the list. Specify the property name and the value in the default column. Press Enter when you’re done.
    • To assign or change a property value, click the property. The information of the property is displayed in the panel below, you can change the property name. To change its value, double-click the default of the property, assign a new value, and press Enter when you’re done.
    • To add a new property group, click New Group. Specifies the name of the group in the panel below. With the group selected, you can click New Property to add properties to the group.
  3. Use the module property in the fields of a resource.
    • Enter the property name by using %% on both sides.

      For example, you must enter %%Name%% in the Name field to use the Name property.