Datasnap.DSServer.TDSServerModuleBase
From RAD Studio API Documentation
Delphi
TDSServerModuleBase = class(TProviderDataModule)
C++
class PASCALIMPLEMENTATION TDSServerModuleBase : public Datasnap::Databkr::TProviderDataModule
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Datasnap.DSServer.pas Datasnap.DSServer.hpp |
Datasnap.DSServer | Datasnap.DSServer |
Description
Base class for DataSnap server modules.
TDSServerModuleBase is only used internally and represents the base class for TDSServerModule, which exposes the data sets from the Server to the Client applications. Do not derive from the TDSServerModuleBase class.