Project.Compile Method |
Compiles the current project.
[VBScript] Public Sub Compile( _ ByVal document As Word.Document _ )
[JScript] public function Compile( document : Word.Document );
Call the method to compile the current help project.
This method raises the Application.ProjectCompile event.