Web.WebFileDispatcher.TDispatchFileRequest.SetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContentLength(ALength: Integer); virtual; abstract;

C++

virtual void __fastcall SetContentLength(int ALength) = 0 ;

Properties

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

Description

Virtual abstract method.

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

See Also