RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComServer.SetServerName Method

Sets the ServerName property.

Pascal
procedure SetServerName(const Name: string);
C++
__fastcall SetServerName(const AnsiString Name);

Call SetServerName to provide a name for the server. If the server has an associated type library (the TypeLib property is nil for Delphi or NULL for C++), SetServerName does nothing, because the name for the server must match the name specified in the type library. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!