RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDispatchConnection.GetServerList Method

Returns a list of remote data modules to which the component can connect.

Pascal
function GetServerList: OleVariant; override;
C++
virtual __fastcall OleVariant GetServerList();

Connection components use GetServerList internally to fill the drop down list in the Object Inspector for the ServerName property. GetServerList returns a variant array that lists all application servers that are on the local machine, registered in the system registry, or on the remote machine identified by the connection component. 

 

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