Links are not active on this page.
 SCCInit Event

Occurs immediately after a ProjectHook object's Init event.

PROCEDURE ProjectHook.SCCInit

Expand imageRemarks

Applies To: ProjectHook Object

The SCCInit event occurs immediately after a ProjectHook object's Init event, allowing you to perform source code control functions (checking out files, for example) after a Project is opened.

Expand imageSee Also