Datasnap.DSHTTP.TCustomDSHTTPServerTransport.SetFilters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFilters(const Value: TTransportFilterCollection); override;

C++

virtual void __fastcall SetFilters(Data::Dbxtransport::TTransportFilterCollection* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSHTTPServerTransport

Description

Protected setter implementation for the Filters property.

Datasnap.DSHTTP.TCustomDSHTTPServerTransport.SetFilters inherits from Datasnap.DSCommonServer.TDSServerTransport.SetFilters. All content below this line refers to Datasnap.DSCommonServer.TDSServerTransport.SetFilters.

Protected setter implementation for the Filters property.

See Also