Datasnap.Win.MConnect.TDispatchConnection.GetServerList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServerList: OleVariant; override;

C++

virtual System::OleVariant __fastcall GetServerList();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TDispatchConnection

Description

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

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.

See Also