RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.ReadClient Method

A specific method for reading from the HTTP request into a buffer.

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

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

 

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