Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains the name of a server class in a project. Read-only at design time and run time.
Object.ServerClass
Remarks
The names of server classes in a project are also displayed in the Server tab of the Project Information dialog box.
Automation servers are created in Visual FoxPro by adding classes defined as OLEPUBLIC to a project, and then building an executable file (.exe) or dynamic link library (.dll) from the project. You can have as many OLEPUBLIC classes as you want in the project and they can be defined in program files (.prg) or class libraries (.vcx).
For information about creating custom Automation servers, see Creating Automation Servers.
See Also
CREATE CLASS | DEFINE CLASS | ServerClassLibrary Property
Applies To: Server Object