Share via


Development Productivity Tools

Visual FoxPro continues to provide developer tools for application development within the FoxPro application and the FoxPro language. Visual FoxPro has added and enhanced object-oriented language and behaviors. This version of Visual FoxPro includes Web-oriented language and tools designed to help rapid application development in multi-tier environments and to streamline your maintenance tasks.

In This Section

  • IntelliSense Overview
    Describes how IntelliSense in Visual FoxPro displays information in pop-up windows and drop-down lists that assists you with statement and function completion syntax and displays the available variables, objects, properties, methods, and events of objects.
  • Using the Component Gallery
    Describes the Component Gallery, a container for catalogs of software objects, such as class libraries, forms, buttons, and so on.
  • Coverage Profiler Application
    Describes a coverage application, which writes information about which lines of code in a file were run whereas a profiler application provides information about which lines actually run, how many times a line is run, duration, and so on.
  • Utility Programs
    Describes the tools, which are provided with Microsoft Visual FoxPro to help speed the process of application development.
  • Using the Object Browser
    Describes how to use the Object Browser to view information about components, such as objects, classes, properties, methods, and events.
  • How to: Operate the Command Window
    Describes the Command window, which can be used to run code. When you type a Visual FoxPro command in the window, the code is executed immediately.

Related Sections

  • Customizing the Visual FoxPro Environment
    Describes how to customize your development environment after installing Visual FoxPro. Environment settings include the main window title, default directory, project, editor, debugger and form tool options, temporary file storage, field mappings for drag-and-drop operations, and many other options.
  • Developing Visual FoxPro Applications
    Includes conceptual information about how to develop Visual FoxPro applications, instructions for creating databases and the user interface, and other tasks needed to create Visual FoxPro applications.
  • Programming in Visual FoxPro
    Discusses how you can access the full power of Visual FoxPro by creating applications. Understanding object-oriented programming techniques and the event-driven model can maximize your programming productivity.

See Also

Reference

XSource Folder