These dialogs are used to work with files in RAD Studio.
|
Name |
Description |
|
Use the Requires tab of the Add dialog box to add a package to the Requires clause in the current package (and, at the same time, to display in the Requires node in the Project Manager). What Requires Means: When a Delphi package is required by another package, the product must find the package's .dcpil file in order to compile. | |
|
File New Other...Use the New Automation Object wizard to add an Automation server to an ActiveX Library project. The wizard creates a type library, and the definition for the Automation object. | |
|
File New Other...Use the New COM Object wizard to create a simple COM object such as a shell extension. Before you create a COM object, create or open the project for an application containing functionality that you want to implement. The project can be either an application or ActiveX library, depending on your needs. | |
|
On the COM+ Subscription Object wizard, use the Browse button to display the COM+ Event Interface Selection dialog box. It lists all event classes currently installed in the COM+ Catalog. The dialog also contains a Browse button that you can use to search for and select a type library containing the event interface. | |
|
File New Other...The COM+ Event Object wizard creates a COM+ event object that can be called by a transactional server to generate events on clients. Because the project for a COM+ object can only contain other COM+ objects, you may be prompted to start a new project when you launch this wizard. | |
|
File New Other COM+ Subscription ObjectYou can create the COM+ event subscriber component using the COM+ Subscription Object wizard. You use this with a COM+ Event Object to receive notification of events fired by COM+ publisher applications. | |
|
File New CustomizeUse this dialog box to customize the content of the File New menu by dragging menu items from the center pane and dropping them on the right pane. | |
|
File New Other... New COM ObjectThe Interface Selection wizard is accessed by clicking the List button on the New COM Object wizard. The Interface Selection wizard lets you select a predefined dual or custom interface that you want to implement with a COM object you are creating. The selected interface becomes the default interface of the newly created COM object. The COM object wizard adds skeletal method implementations for all the methods on this interface to the generated implementation unit. You can then fill in the bodies of these methods to provide an implementation of the interface. Warning: The... more | |
|
File New OtherUse this dialog box to create an application that runs in a console window. | |
|
File New OtherUse this dialog box to create a DLL project. A dynamic-link-library is a module of compiled code that provides functionality for applications. | |
|
File New OtherUse this dialog box to create a new project or other entity. The New Items dialog box displays project templates that are stored in the RAD Studio Object Repository. | |
|
File NewUse this dialog box to specify a name and location for the new application. | |
|
File New OtherUse this dialog box to create a data module that can be accessed remotely as a dual-interface Automation server. | |
|
File New Other Delphi Projects Delphi Files Thread ObjectUse this dialog box to define a thread class that encapsulates a single execution thread in a multi-threaded application. | |
|
File OpenUse this dialog box to locate and open a file. The title of this dialog box varies, depending on the function being performed. | |
|
File PrintUse this dialog box to print the current file. | |
|
File OpenUse this dialog box to upgrade an older Delphi project that has no corresponding .bdsproj project file. When you upgrade the project, the .bdsproj file and other files and directories used by RAD Studio will be created in the project's directory. | |
|
File OpenThis dialog box appears when a project from a previous version is automatically updated for RAD Studio. The following changes are made to the project:
Note: For compatibility issues, see the release notes. | |
|
File New Other Remote Data ModuleUse the Remote Data Module wizard to create a data module that can be accessed remotely as a dual-interface Automation server. A remote data module resides in the application server between a client and server in a multi-tiered database environment. | |
|
This confirmation message appears when you click Revert to previous revision on the History tab of the Create Project dialog box. | |
|
File New Other DelphiProjects [or C++Builder Projects] Web Services SOAP Server InterfaceUse this dialog box to define a new invokable interface and its implementation class. The dialog generates a new unit that declares an invokable interface and the implementation class. The interface descends from IInvokable, and the implementation class from TInvokableClass. It also generates the code to register the interface and implementation class with the invocation registry. After exiting the wizard, edit the generated interface and class definitions, adding in the properties and methods you want to expose as your Web Service. | |
|
File New Other Delphi Projects Web Services SOAP Server Data ModuleUse this dialog box to add a SOAP data module to a Web Service application. A SOAP data module allows a Web Service application to export database information as a Web Service. Client datasets on the client application can display and update this database information. | |
|
File New Other Delphi Projects Web Services SOAP Server ApplicationUse this dialog box to specify the type of server your Web Service application will work with. | |
|
File Save AsUse this dialog box to to save the active file. | |
|
Use this dialog box to to choose a working directory for your new project. | |
|
File New Other...Use the New Transactional Object wizard to create a server object that runs under MTS or COM+. Transactional objects are used in distributed applications to make use of the special services supplied by MTS or COM+ for resource management, transaction support, or security. | |
|
File Use UnitUse this dialog box to make the contents of a unit available to the current unit. This dialog lists of all units in the project that are not currently used or included by the current unit. You can only use units that are part of the current project. | |
|
Use this dialog box to specify information that the importer needs to connect to the server that publishes a WSDL document or to configure the way the wizard generates code to represent the definitions in a WSDL document. | |
|
File New Other Delphi Projects Web Services WSDL ImporterUse this wizard to import a WSDL document or XML schema that describes a Web Service. Once you have imported the WSDL document or XML schema, the wizard generates all the interface and class definitions you need for calling on those Web Services using a remote interfaced object (THTTPRIO). You can also tell the wizard to generate skeletal code you can complete to create a Web Service application (for example, if you want to implement a Web Service that is already defined in a WSDL document). | |
|
File New Other Delphi Projects New Web Server ApplicationUse this dialog box to specify the type of server your Web server application will work with. | |
|
Use this dialog box to define the basic properties of a page module. The dialog title varies based on how you accessed the dialog. | |
|
File New Other Delphi Projects WebSnap WebSnap ApplicationUse this dialog box to configure a new WebSnap application. | |
|
Use this dialog box to specify how the server handles the creation and destruction of your data module. | |
|
Use this dialog box to select component categories and to select specific components in each of the following categories (some categories offer only one choice). | |
|
File New Other Delphi Project New XML Data Binding Options buttonUse this dialog box to determine how the XML Data Binding Wizard generates interfaces and implementation classes to represent an XML document or schema. | |
|
File New Other Delphi Project New XML Data BindingUse this wizard to generate interface and class definitions that correspond to the structure of an XML document or schema. The wizard generates a global function that returns the interface for the root element of the document. After you use the wizard to create these definitions, you can use the classes and interfaces to work with XML documents that have the structure of the specified document or schema. | |
|
File New Other Delphi Project New XML Data BindingUse this wizard page to specify what code the wizard generates. | |
|
File New Other Delphi Project New XML Data BindingUse this wizard page to confirm the choices you have made, specify unit-wide code generation options, indicate where you want your choices saved, and tell the wizard to generate code to represent the XML document or schema. | |
|
File CloseFile Close AllCloses the current open project or all the open projects. | |
|
File ExitCloses the IDE and all open projects and files. | |
|
File NewCreates a project of the selected type. | |
|
File New Other <personality> ActiveX Active FormFile New Other <personality> ActiveX ActiveX ControlUse the Active Form wizard to add an Active Form to an ActiveX Library project. The wizard creates an ActiveX Library project (if needed), a type library, a form, an implementation unit, and a unit containing corresponding type library declarations. Use the ActiveX Control wizard to create an ActiveX control from a VCL control that you specify. The properties, methods, and events of the VCL control become the properties, methods, and events of the ActiveX control that the wizard creates. Note: These two items (Active Form... more | |
|
Contains node in Project Manager Add...Use the Add Unit tab of the Add dialog box to add a package to the Contains clause in the current package (and, at the same time, to the Contains node in the Project Manager). | |
|
File New Other...Use the New Transactional Data Module wizard to create a server module that runs under MTS or COM+. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|