Datasnap.DSServer.TDSServer.FindServer

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

説明

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

FindServer は、サーバーのインスタンスをそのコンポーネント名で検索します。

関連項目