Datasnap.DSService.TDSRequestFilter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSRequestFilter

Delphi

TDSRequestFilter<T> = class

C++

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

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.

See Also