(162 out of 193)
SaTableRowBegin
Prints the beginning fragment for a row of an HTML table element. The HTML table element is not supported by all client browsers.
Synopsis
#include "SaRnHtml.h"
int SaTableRowBegin();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the beginning fragment for a row of an HTML table element. The HTML table element is not supported by all client browsers.
Example
The code fragment:
SaTableRowBegin();
will write:
<TR>
to the output stream.
See Also
(162 out of 193)