<% Layout="/docs/templates/_Layout.wcs" %>
<%= iif(oHelp.oTopic.Static,[
],[]) %>
<%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
<%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
<% if !EMPTY(oHelp.oTopic.Syntax) %>
<%= EncodeHtml( 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(oHelp.oTopic.Parameters)%>
<% 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 %>
<% if !EMPTY(oHelp.oTopic.SeeAlso) %>
See also:
<%= lcSeeAlsoTopics %>
<% endif %>