RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.WriteClient Method

A specific method for writing Count bytes from Buffer back to the HTTP client.

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

WriteClient is a specific instance of the method WriteClient (inherited from TWebRequest) for the class TWinCGIRequest. See the documentation for the inherited method for more information. 

 

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