Quantcast
Channel: SoftSupplier » Pascal
Viewing all articles
Browse latest Browse all 10

Use Delphi 5- part II

$
0
0
  • Project menu:
    It is used to compile an application. For menu options can serve is to initiate a project.
    We have the following menu commands:
    • Add to Project – Add a project file
    • Remove from Project – remove a file from the project
    • Import Type Library – a list of libraries in the system types
    to be added to the project.
    • Add to Repository – project adds to the list of objects can be created from the menu
    New Folder option.
    • View Source – displays source code editor project
    • Languages – allows adding, removing or renewing the language DLLs
    • Add New Project – the project adds a new application, a new DLL …
    • Add New Project – another project added to existing
    • Compile project – compile only those files that have changed since the last compilation
    • Build project – compile all project modules
    • Syntax Check Project – syntactic checks all project modules
    • Information for Project – displays information about compiled project (number of lines
    size of the program results …)
    • Compile All Projects – compile all the files that were modified since the last compilation in all the projects in group projects
    • Build All Projects – compile all files in all projects of the group
    projects
    Web Deployment Option – is used to configure ActiveX controls or
    Active Form in order to add them to the web server.
    • deploy Web – ActiveX controls or add Active Form after configure
    • Options – displays a dialog box changes the options for compilation, etc. linked tare.
    Run menu:
    Menu allows debugging programs.
    In this menu to find the following options:
    • Run – compile and execute application
    • Attach to Process – A list of processes that can be repaired
    • Parameters – here you can specify: parameters which will be launched in execution
    application, a corresponding executable DLL for debugging computer
    remote
    • Register ActiveX Server – adds an entry in kings and ministers’ Windows ActiveX control, the command is valid when we have an ActiveX project.
    • unregister ActiveX Server – delete the entry in the Windows Registry’s ActiveX control, the command is valid when we have an ActiveX project.
    • Install MTS Object – Install project objects in mu MTS package,
    command only valid if the current project is an object MTS (Microsoft Transaction Server)
    • Step Over – execute a program line by line, skipping procedures, treating them as a single instruction
    • Trace Into – execute a program line by line, entering the proceedings
    Trace to next source – run a program, stopping at the next line run the program
    • Run to Cursor – execute current cursor position up to the code editor
    • Run Until Return – execute process until the output of the current function
    • Show Execution Point – positions mouse line that runs
    • Program Pause – temporarily stops execution of program running
    • Reset Program – that runs the program execution ends and releases memory
    occupied by it
    • Inspect – opens a window where we can write the variable name to be inspected
    • Evaluate / Modify – displays a window where we can evaluate or change the value
    an expression.
    • Add Watch – displays a window where we can write more variables whose values we wish to track
    • Add breakpoints – displays a menu from which we can add, change points
    interruption
    Component menu:
    From this menu you can manage the installed components.
    The menu options are:
    • New Component – opens a window through which you can create new components
    • Install Component – existing install a new component
    • Import ActiveX Control – add an ActiveX control type library
    • Create Component Templates – saves modified components as templates with a new name, a new icon, a new page
    • Install Packages – Install a package of components
  • Configure Palette – opens a window from which you can configure palette
    components can delete, hide, move components from one page to another
    Database menu:
    From this menu you can create, edit, track and view the database.
    The menu contains the following options:
    • Explore – launches the execution SQL Database Explorer or Explorer, with
    which one can create and manipulate databases
    • SQL Monitor – Monitor launches database by means of which can track allocation
    resources and order status information via SQL Links
    • Form Wizard – is used for quick creation of visualization windows Database
    Tools:
    Tools are used to:
    - To view or modify configuration programming environment
    - To view or modify configuration Debugger
    - To amend the objects can be created with Delphi’s
    - To change the list of programs that appear in this menu
    - Create or modify tables Database
    - Create or modify components packages
    - Create or modify images
    In this menu we have:
    • environmental compatibility Options – specify the desired configuration, the paths to libraries, palette
    components
    • Editor Options – here it configures code editor (colors, keyboard shortcuts, indents, etc.)
    • Debugger Option – debugger configuration
    • Repository – manage the organization of objects can be created with option
    New from the File menu:
    • Translation Repository – Repository translation displays, with translations, which can be made
    • Configure Tools – using these options may be added, deleted or modified
    options that appear in this menu
    Optional tools:
    • Database Desktop – launches a tool with which we can create, view,
    sort, modify and query databases.
    • Package Collection Editor – editor packages
    • Image Editor – launches a tool with which we can edit the resource files,
    icons, cursors and bitmaps to be used in applications
    • Team Source – launch a program for the management of projects developed by groups of programmers.
    Help menu:
    Use it to help access your system.
    In this menu we find the following options:
    • Delphi Help – open help, Delphi’s
    • Delphi Tools – opens the help, tools for Delphi.
    • Windows API / SDK Help – open help, call the Windows API

• Borland Home Page – Go to the website of Borland’s (Inprise’s)
• Delphi Home Page – go to Delphi’s website
• Delphi Developer Support – go to the website dedicated to programmers
• Delphi Direct – direct link to the page’s Delphi
• Customize – allows management’s help
• About – information about copyright and version11


Viewing all articles
Browse latest Browse all 10

Trending Articles