Datasnap.Win.MConnect.GetMIDASAppServerList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetMIDASAppServerList(List: TStringList; const RegCheck: string);

C++

extern DELPHI_PACKAGE void __fastcall GetMIDASAppServerList(System::Classes::TStringList* List, const System::UnicodeString RegCheck);

Properties

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

Description

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

GetMIDASAppServerList is called by the GetServerList method to fill the drop-down list in the Object Inspector for the ServerName property.

See Also