API:Datasnap.DSService.TDBXRequestFilter

Delphi
TDBXRequestFilter = class(TDSRequestFilter<TDBXValue>)
C++
class PASCALIMPLEMENTATION TDBXRequestFilter : public TDSRequestFilter__1<Data::Dbxcommon::TDBXValue*>
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Datasnap.DSService.pas Datasnap.DSService.hpp |
Datasnap.DSService | Datasnap.DSService |
Description
Converts any type to JSON, based on filter parameters. Any request filter needs to register with the RequestFilter factory, in order to be used within requests. The filter is configurable in the request, based on parameter values.
Datasnap.DSService.TDBXRequestFilter inherits from Datasnap.DSService.TDSRequestFilter. All content below this line refers to Datasnap.DSService.TDSRequestFilter.
Converts any type to JSON, based on filter parameters. Any request filter needs to register with the RequestFilter factory, in order to be used within requests. The filter is configurable in the request, based on parameter values.