RAD Studio VCL Reference
|
Sets the ServerName property.
procedure SetServerName(const Name: string);
__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!
|