Data.DBXPlatform.TDSInvocationMetadata.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDSInvocationMetadata

Delphi

property ResponseCode: Integer read FResponseCode write FResponseCode;

C++

__property int ResponseCode = {read=FResponseCode, write=FResponseCode, nodefault};

Description

Specifies a custom HTTP code.

The ResponseCode property is an Integer specifying a custom HTTP code.

See Also