TXDataModuleArgs Class
Base class for the argument objects passed to the XData server-side events.
Syntax
Unit: XData.Module.Events
TXDataModuleArgs = class(TObject);
Constructors
| Name | Description |
|---|---|
| Create | Creates the event arguments for a request being processed. |
Properties
| Name | Description |
|---|---|
| Handler | Gets the XData request handler processing the request that fired the event. |