ServerHelpFile Property

Specifies the Help file for the type library created for server classes in a project.

You can use the ServerHelpFile property to specify a Help file for the type library created when building a .dll or .exe file that contains server classes. Creating and specifying a Help file provides information about the properties or methods in server classes from a class or object browser. For example, Visual FoxPro includes the Object Browser so you can view type library information.

Object.ServerHelpFile [= cHelpFileName]

Return Value

  • cHelpFileName
    Specifies the name of the help file for the type library. By default, cHelpFileName contains the empty string ("").

Remarks

Applies To: Project Object

See Also

Reference

HelpContextID Property (Visual FoxPro)

Server Object

Servers Collection

ServerProject Property

Other Resources

Properties (Visual FoxPro)