RAD Studio (Common)
ContentsIndex
PreviousUpNext
Application

ProjectOptionsApplication 

Use this dialog box to change the name and type of the current application.

Note: Not all of the options described below are available for all types of projects. For instance, the LIB attribute options are not available for all projects.

Application settings 
Description 
Title 
Specify a title to appear next to the application icon when the application is minimized. The character limit is 255 characters.  
Help file 
Specify the location of the help file for the given application. Click the Browse... button to display an Application Help File dialog.  
Icon 
Specify an icon (.ico) file to be inserted into the output file. The icon is displayed next to the output file in Windows Explorer. Click the Load Icon... button to display an Application Icon dialog.
This option corresponds to the /win32icon C# compiler option.  
Enable runtime themes 
Specifies that the application you are developing is to use runtime themes as for Windows Vista. The default value is true for preexisting projects and false for new projects.  

 

Output settings 
Description 
Target file extension 
Specifies the extension that is applied to the final executable file.  

 

Library name settings 
Description 
LIB prefix 
Adds the specified prefix to the DLL or package output file name.  
LIB suffix 
Adds the specified suffix to the DLL or package output file name before the extension.  
LIB version 
Adds a second extension to the DLL or package output file name after the extension. For example, if you specify 1.1.3 as the version for a DLL named WebApp, the output file is named WebApp.dll.1.1.3.  

 

General option 
Description 
Default 
Saves the current settings as the default for each new project.  
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!