(29 out of 193)
SaFormEnd
Prints the end of form HTML fragment to an HTML stream.
Synopsis
#include "SaRnHtml.h"
int SaFormEnd();
Arguments
None
Return Values
Returns an integer with a value of 0.
Description
Prints the end of form HTML fragment to an HTML stream.
Example
The code fragment:
SaFormEnd();
will write:
</FORM>
to the output stream.
See Also
(29 out of 193)