System.Win.ComObj.TComServerObject.ServerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerName: string read GetServerName;

C++

__property System::UnicodeString ServerName = {read=GetServerName};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComServerObject

Description

Specifies the name of the executable file for the server.

The abstract accessor methods for ServerName are overridden in descendant classes.

See Also