Deleting an Option Set

From RAD Studio
Jump to: navigation, search

Go Up to Option Sets - Creating, Applying, Editing, and Deleting


Do not use the Windows Explorer to delete an .optset file from that is currently applied by reference to a build configuration. First use either of the following procedures to remove the reference to an option set that has been applied by reference to a build configuration.

To remove an option set using the Projects Window

  1. In the Project Manager, locate and right-click the option set file you want to remove from a build configuration.
  2. Select Remove Option Set from the context menu.
  3. When the Confirm input box appears, click Yes.

To remove an option set using the Configuration Manager

  1. Select View > Configuration Manager.
  2. Click the name of the project.
  3. Click the RemoveRefToOptSet.png button (Remove reference to an option set).
  4. On the Remove Option Set dialog box, select the project and the build configuration to which the option set is applied.
  5. Select an option set from the dropdown list or click Browse to locate an .optset file to add to the list.
  6. Click Remove. The .optset file should no longer appear under the selected build configuration in the Project Manager.
  7. Either close the Remove Option Set dialog box or repeat this procedure to remove additional option sets.

See Also