Datasnap.DSService.TDBXRequestFilterDictionary

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: typedef
Visibility: public
Source: Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: Datasnap.DSService

C++

typedef System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TDBXRequestFilter*> TDBXRequestFilterDictionary;

Description

Represents a collection of request filters.

A variable of type TDBXRequestFilterDictionary is a pair of a string representing the name of a filter and the TDBXRequestFilter filter itself.

See Also