% lcSeeAlsoTopics = oHelp.InsertSeeAlsoTopics() %>
<%= ExecuteTemplate("Header_template.wcs") %>
<%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
<% IF !EMPTY(oHelp.oTopic.Syntax) %>
<%= oHelp.FormatHtml( oHelp.oTopic.Syntax ) %>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Returns) %>
Return Value
<%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Parameters) %>
Parameters
<%= oHelp.FormatHTML(strtran(oHelp.oTopic.Parameters,"b>","i>"))%>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Exceptions) %>
Exceptions
<%= strtran( InsertExceptions(oHelp),"b>","i>") %>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Remarks) %>
<%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Example) %>
Example
<%= oHelp.FormatExample(oHelp.oTopic.Example)%>
<% ENDIF %>
<%= InsertMethodOverloads(oHelp) %>
<% if !EMPTY(oHelp.oTopic.SeeAlso) %>
See also:
<%= lcSeeAlsoTopics %>
<% endif %>
<%= ExecuteTemplate("Footer_Template.wcs") %>