Table of Contents

TXDataCustomServer Class

Base class for the XData server component, which creates and configures a XData.Server.Module.TXDataServerModule from its design-time settings.

Remarks

Most properties of this class map directly to a property with the same name in the server module created by the component. The module is created when the associated dispatcher is activated, and its lifetime is managed by the dispatcher. Use TXDataServer to drop a ready-to-use component on a form, or derive from this class to publish a different set of properties.

Syntax

Unit: XData.Comp.Server

TXDataCustomServer = class(TSparkleServer);

Constructors

Name Description
Create Creates a new XData server component.

Properties

Name Description
Model Gets the XData model used by the server module created by this component.