RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.WriteClient Method

Provides the abstract (pure virtual) prototype for a method to write Count bytes from Buffer back to the HTTP client.

Pascal
function WriteClient(var Buffer; Count: Integer): Integer; virtual; abstract;
C++
virtual __fastcall int WriteClient( Buffer, int Count) = 0;

Descendants of TWebRequest implement WriteClient. WriteClient is used by TWebResponse to send the contents of a response to the Web client. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!