Datasnap.DSServer.TDSServer.FindServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServer

Delphi

class function FindServer(Name: string): TDSCustomServer; static;

C++

static Datasnap::Dscommonserver::TDSCustomServer* __fastcall FindServer(System::UnicodeString Name);

Description

Find instance of server by component name.

FindServer finds the instance of the server by its component name.

See Also