API:Datasnap.DSServer.TDSServer.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDSServer(System::Classes::TComponent* AOwner);

プロパティ

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

説明

TDSCustomServer クラスのインスタンスを作成します。

Datasnap.DSServer.TDSServer.Create は Datasnap.DSCommonServer.TDSCustomServer.Create を継承しています。以下の内容はすべて Datasnap.DSCommonServer.TDSCustomServer.Create を参照しています。

TDSCustomServer クラスのインスタンスを作成します。

Create コンストラクタは、TDSCustomServer クラスのインスタンスを作成し、また、DBX コンテキストも作成します。

関連項目