API:Datasnap.DSHTTP.TDSHTTPResponseIndy

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSHTTPResponseSystem.TObjectTDSHTTPResponseIndy
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: Datasnap.DSHTTP

Delphi

TDSHTTPResponseIndy = class(TDSHTTPResponse)

C++

class PASCALIMPLEMENTATION TDSHTTPResponseIndy : public Datasnap::Dshttpcommon::TDSHTTPResponse

Description

Represents the abstract DataSnap HTTP response.

Datasnap.DSHTTP.TDSHTTPResponseIndy inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.

Represents the abstract DataSnap HTTP response.

The TDSHTTPResponse class represents the abstract DataSnap response.

See Also