Data.DBXPlatform.TDSInvocationMetadata.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseCode: Integer read FResponseCode write FResponseCode;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

Description

Specifies a custom HTTP code.

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

See Also