Datasnap.Win.MConnect.GetMIDASAppServerList

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: Datasnap.Win.MConnect

Delphi

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

C++

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

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