Datasnap.DSCommonServer.TDSCustomServer.FindCustomServer

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

説明

コンポーネント名で指定されたサーバーのインスタンスを検索します。

FindCustomServer メソッドは、コンポーネント名で指定されたサーバーのインスタンスを検索します。

関連項目