Datasnap.DSCommonServer.TDSCustomServer.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

関連項目