Creating an Option Set Using the Project Manager

From RAD Studio
Jump to: navigation, search

Go Up to Creating an Option Set


To create an option set using the Project Manager

  1. In the Project Manager, open the Build Configurations node.
  2. Right-click the configuration (such as Release, Debug, or any other) that you want to use as a base for the option set, and select New Option Set on the context menu. (To use the Base configuration, right-click the Build Configurations node itself.)
  3. In the Save As dialog box, enter a name for the option set you are creating.
  4. Click Save to save the option set to an .optset file.

In the tree structure of the Project Manager, the new option set is placed beneath the configuration you selected. The default location for option set files is the current project folder, such as C:\Users\<user>\Documents\Embarcadero\Studio\Projects.

See Also