Servers Tab, Project Information Dialog Box
Displays classes located on servers, their library, instancing, description, type, and Help information.
Server Classes
Displays a list of all the available classes, both .vcx and in code, which are marked as OLEPublic. Each class in the list has a corresponding .pjx file.Class Library
Displays the directory path of the class library in which the selected class is stored.Class Name
Displays the name of the class.Instancing
Displays one of three choices; Single Use, Not Creatable, and Multi Use.
Single Use specifies that you can create an instance of the class both inside Visual FoxPro and outside of Visual FoxPro using Automation. Each request for an instance of the class by an Automation client outside of the project causes a separate copy of the Automation server to start.
Not Creatable specifies that you can create instances of the class only inside Visual FoxPro.
Multi Use specifies that you can create an instance of the class both inside Visual FoxPro and outside of Visual FoxPro using Automation. Each request for an instance of the class by an Automation client outside of the project causes an already running copy of the Automation server to be provided as the source for the new instance.
Description
Displays a small description of the class.By default Visual FoxPro registers the full Project.Server notation as the description. This ensures consistent registry keys. You can specify a different Description here.
Help file
Displays the Help file associated with the server. Select the dialog button to display the Open dialog box if no file is listed.Help context ID
Displays the context ID of the Help file associated with the application, if a Help file is distributed with the application.Project name
Displays the name of the project associated with the server classes.Typelib description
Displays a description of the class library the selected class is based on.
See Also
Files Tab, Project Information Dialog Box | Project Manager | Project Tab, Project Information Dialog Box | Classes in Visual FoxPro | Select Directory Dialog Box | EXE Version Dialog Box | Creating, Copying, and Removing Class Library Files