Web.Win.IsapiHTTP.TISAPIResponse.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.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Indicates whether the ISAPI response message has been sent.

Sent returns true if the SendRedirect or SendStream method has been called. TISAPIApplication objects read Sent to determine whether they should send a response to the web client.

See Also