RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleServer.RemoteMachineName Property

Specifies the machine running the COM server when ConnectKind is ckRemote.

Pascal
property RemoteMachineName: string;
C++
__property AnsiString RemoteMachineName;

Use RemoteMachineName when the COM server instance is running remotely on another machine. Specify the name of the machine on which the COM server is running as the value of RemoteMachineName.

Note: RemoteMachineName is only used if ConnectKind is ckRemote. Setting RemoteMachineName to a non-empty string sets ConnectKind to ckRemote.
 

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