Datasnap.DSHTTP.TDSCacheResponseHandler.FResultHandler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSCacheResponseHandler

Delphi

FResultHandler: TDSCacheResultCommandHandler;

C++

Datasnap::Dshttpcommon::TDSCacheResultCommandHandler* FResultHandler;

Description

Protected field that holds a reference to a TDSCacheResultCommandHandler.

FResultHandler is a protected field that holds a reference to a TDSCacheResultCommandHandler.

See Also