Datasnap.DSServer.TDSServer.FindServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Find instance of server by component name.

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

See Also