RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleServer.GetServer Method

Returns an interface for the COM server.

Pascal
function GetServer: IUnknown; virtual;
C++
virtual __fastcall IUnknown GetServer();

GetServer descendants call GetServer from the implementation of their Connect methods. GetServer obtains an interface for the COM server described by ServerData. The ConnectKind property indicates how GetServer can obtain the interface. 

 

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