Project Object (Visual FoxPro)

Instantiated when a project is created or opened, providing programmatic access to project properties and methods.

Project

Remarks

A project object is instantiated when you issue CREATE PROJECT, MODIFY PROJECT, BUILD APP, BUILD DLL, BUILD EXE, BUILD MTDLL, or BUILD PROJECT.

Note that the project object and its properties and methods are not available in the ProjectHook object Init event. Project object property values you set or methods you invoke in the ProjectHook object Init event are ignored.

Note that a project object is a COM object, so assigning a project object reference to a memory variable creates a memory variable of class "Unknown Type."

For more information about projects, see Project Manager Hooks.

See Also

Reference

Project Object Properties, Methods, and Events (Visual FoxPro)

ActiveProject Property

File Object (Visual FoxPro)

Files Collection (Visual FoxPro)

Projects Collection (Visual FoxPro)

ProjectHook Object

Server Object

Servers Collection

Other Resources

Objects, Collections, and Classes