JavaScript Editor js editor     Web development 



Main Page

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

Object.ProjectHook[ = oProjectHookClass]

Return Value

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

Applies To: Project Object

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



JavaScript Editor js editor     Web development