RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.WriteClient Method

Writes 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);

Use WriteClient to write the contents of a response back to the Web client. 

 

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