Close Method (Visual FoxPro)
Closes a project and releases the project's ProjectHook and Project objects.
Object.Close( )
Remarks
Applies To: Project Object (Visual FoxPro)
Executing the Close method causes the project's ProjectHook.Destroy event to occur. After the ProjectHook.Destroy event occurs, the ProjectHook object is released, and then the Project object is released.