Web.WebFileDispatcher.TDispatchFileRequest.SetErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetErrorCode(AStatusCode: Integer); virtual; abstract;

C++

virtual void __fastcall SetErrorCode(int AStatusCode) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TDispatchFileRequest

Description

Virtual abstract method.

SetErrorCode is a virtual abstract method that is to be implemented in derived classes.

See Also