AfterBuild Event

Occurs after a project is rebuilt or an application file (.app), dynamic link library (.dll), or executable file (.exe) is created from a project.

PROCEDURE Object.AfterBuild
LPARAMETERS nError

Parameters

  • nError
    The Visual FoxPro error number returned after the project is rebuilt or an .app, .dll, or.exe is created. If nError is 0, no errors occurred when the project was rebuilt or the .app, .dll, or.exe was created.

See Also

BeforeBuild Event | Build Method | BUILD PROJECT Command

Applies To: ProjectHook Object