(Copyright requirements: this article only authorizes 9CBS to use, separate ccrun reproduced, other personal and websites must not be reproduced, extract, if there is special demand to contact the author)
(7) In the C Builder integrated development environment, there is a Component menu. The menu command under the Components menu is a menu item for establishing, installation, and rebuilding components. among them,
The "New Component" menu item opens the component wizard to establish a new component.
The "Install Component" menu item is installed new components.
The "Import ActiveX Control" menu item adds the ActiveX-controlled type library to the engine of C Builder.
"Create Component Template" menu item customizes a component and saves this component as a component template with a new name, component panel page, and icon.
The "Install Packages" menu item specifies the package required by the project.
The "Configure Palette" menu item is used to open the component board dialog.
(8) When developing a database application, the Database menu in the C Builder integrates the development environment will work, and the menu items contained under the database menu allow programperson to create, modify, track, view the database.
The "Explore" menu item opens the structure query language / database browser, the open browser holds the connection between the application and the remote database service, and the programmer is also allowed to create, edit the BDE alias and metadata objects.
The SQL Monitor menu item opens the SQL monitor. In this monitor, we can see the actual, connected to the remote data server via the SQL or the calling statement of the ODBC data source via the ODBC.
"FORM WIZARD" menu item Use the Database Field Wizard to create a form that contains data that is displayed from a part or remote database.
(9) Tools menu also occupies an important role in the C Builder integrated development environment. Through the Tools menu, we can view, modify the settings of the integrated environment, you can modify the list of programs in the Tools menu, or create, edit the image.
The "Environment Options" menu item is used to customize the priority of the editor, browser, configure the environment, and the shape of the custom component board.
The "Debugger Options" menu item is used to set the debug environment.
The Repository menu item is used to maintain the object storage dialog.
The "Import RC Scripts" menu item converts the resource file into the form of C Builder and adds the transformed resource to the current project of C Builder.
"Configure Tools" menu item Displays the Tool Options dialog box, through this dialog, we can join, delete, edit the tool menu to integrate usage into this menu.
"Database Desktop" menu item Displays Database Desktop, on the database platform, you can create and reconstruct the database table, or browse, edit data in the table.
The Visual C Project Conversion Utility menu item is used to convert Visual C engineering into C Builder engineering files.
"Image Editor" menu item starts the Image Editor, in this image editor, we can create, edit resource files, icons, bitmaps, and cursor files.
(10) The Window menu item is a new menu unit for C Builder6.
"Form1" switches to the first window when multiple windows. "Object Inspector" switches to the Object Checker, which is convenient to view and change attributes and events.
"Object TreeView" makes the current object tree window a focus.
"Unit1.cpp, editor" is switched to the code editor, and the code is viewed and modified.
The next window is displayed when the "Next Window" multi-window. The window is usually in the order of creation.
(11) In the C Builder integrated development environment, the last menu is HELP. With this help menu, we can get online help.
The "Contents" menu item displays a list of all C Builder Help files.
The "Index" menu item displays the use of help index.
"Inprise Home Page" menu item is used to jump to the home page of Inprise.
"C Builder Home Page" menu item is used to jump to Inprise's C Builder Homepage.
The "Inprise Programs and Services" menu item is used to jump to the Inprise's product and service homepage.
"C Builder Direct" is used to guide users through the browser to access C Builder related websites.
"Customize" menu item is used to customize help files contained in the main help content and indexes.
The "About" menu item is used to display the copyright and version number of C Builder.
(Endlessly)