<%= 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) %>
Remarks
<%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Example) %>
Example
<%= oHelp.FormatHTML(oHelp.oTopic.Example)%>
<% ENDIF %>
<%= InsertMethodOverloads(oHelp) %>
<%= ExecuteTemplate("Footer_Template.wcs") %>