ProjectHook Property

An object reference to the ProjectHook object instantiated for a project.

Object.ProjectHook[ = oProjectHookClass]

Property Values

  • oProjectHookClass
    Specifies a class based on the Visual FoxPro ProjectHook base class. By default, contains an object reference to the default ProjectHook class specified in the Project tab of the Project Information dialog box.

Remarks

The ProjectHook property contains the null value if it has not been assigned a class based on the ProjectHook base class or the project doesn't have a default ProjectHook class (specified in the Project tab of the Project Information dialog box). Assigning the null value to ProjectHook property releases the ProjectHook object, but doesn't affect the default ProjectHook class for the project.

For more information about projects, see Project Manager Hooks.

See Also

ProjectHook Object | ProjectHookClass Property | ProjectHookLibrary Property

Applies To: Project Object