Datasnap.DSCommonServer.TDSCustomServer.FindCustomServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

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