RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.WriteString Method

Writes the string AString back to the HTTP client.

Pascal
function WriteString(const AString: AnsiString): Boolean; override;
C++
virtual __fastcall Boolean WriteString(const AnsiString AString);

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

 

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