Send a line of output to the web-client.
Source position: ezcgi.pp line 71
public procedure TEZcgi.PutLine( |
const sOut: string |
); |
sOut |
|
Text to be sent to the client. |
PutLine writes a line of text (sOut) to the web client (currently, to standard output). It should be called only after WriteContent was called with a content type of text. The sent text is not processed in any way, i.e. no HTML entities or so are inserted instead of special HTML characters. This should be done by the user.
No check is performed whether the content type is right.
|
Writes the content type to standard output. |