Datasnap.DSService.TDSRequestFilter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSRequestFilter
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSService.pas
Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: Datasnap.DSService

Delphi

TDSRequestFilter<T> = class

C++

template<typename T> class PASCALIMPLEMENTATION TDSRequestFilter__1 : public System::TObject

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.

See Also