Web.Win.IsapiHTTP.TISAPIResponse.SetStatusCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStatusCode(Value: Integer); override;

C++

virtual void __fastcall SetStatusCode(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Sets the StatusCode property.

SetStatusCode is the protected method used by ISAPI response objects to set the StatusCode property.

See Also