<%= ExecuteTemplate("Header_Template.wcs") %>

<%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
<% *** Parameters are overloaded to hold Data Type Info IF !EMPTY(oHelp.oTopic.Parameters) %>

Data Type

<%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%> <% ENDIF %> <% IF !EMPTY(oHelp.oTopic.Returns) %>

Attributes

<%= oHelp.FormatHTML(oHelp.oTopic.Returns)%> <% 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 %>

<%= ExecuteTemplate("Footer_Template.wcs") %>