The help file for the type library created for server classes in a project.
Syntax
Object.ServerHelpFile[ = cHelpFileName]
Settings
cHelpFileName
Specifies the name of the help file for the type library. By default, cHelpFileName contains the empty string.
Remarks
The help file for a type library is typically used to provide information about properties or methods in server classes when the type library is viewed in a class or object browser. Visual FoxPro includes the Class Browser, which allows you to view type library information.
A type library is created when you build a .dll or .exe that contains server classes. If you specify a help file for the type library with the ServerHelpFile property, you can provide help for the properties or methods in the server classes from within a class or object browser.