RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.Sent Method

Indicates whether the ISAPI response message has been sent.

Pascal
function Sent: Boolean; override;
C++
virtual __fastcall Boolean 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!