<%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
<% if (!EMPTY(oHelp.oTopic.Inh_Tree) ) %>
<%= oHelp.InsertInheritanceTree() %>
<% endif %>
<% IF !EMPTY(oHelp.oTopic.Syntax) %>
<%= oHelp.FormatHtml( oHelp.oTopic.Syntax ) %>
<% 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 %>
Class Members
<%= ClassMemberTableHtml(oHelp,.t.,"width='95%'") %>
Requirements
<% IF !EMPTY(oHelp.oTopic.Namespace) %>
Namespace: <%= oHelp.oTopic.Namespace %>
<% endif %>
<% IF !EMPTY(oHelp.oTopic.Assembly) %>
Assembly: <%= oHelp.oTopic.Assembly %>
<% endif %>
<%= ExecuteTemplate("Footer_Template.wcs") %>