Open main menu

RAD Studio API Documentation β

Datasnap.DSHTTP.TDSCacheResponseHandler.FResultHandler

[–] 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