Datasnap.DSCommonServer.TDSCustomServer.FindCustomServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

class function FindCustomServer(const Name: string): TDSCustomServer; static;

C++

static TDSCustomServer* __fastcall FindCustomServer(const System::UnicodeString Name);

Description

Finds an instance of a server specified by the component name.

The FindCustomServer method finds an instance of a server specified by the component name.

See Also