Web.CGIHTTP.TCGIResponse.Sent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Sent: Boolean; override;

C++

virtual bool __fastcall Sent();

Properties

Type Visibility Source Unit Parent
function public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TCGIResponse

Description

Indicates whether the HTTP response message has already been sent.

TCGIResponse checks whether the message was sent and returns True or False true or false as appropriate.

TCGIApplication objects read Sent and send unsent responses to the web client.

See Also