<% lcSeeAlsoTopics = oHelp.InsertSeeAlsoTopics() %> <%= ExecuteTemplate("Header_template.wcs") %>

<%= 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 %>

Interface 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 %> <% if !EMPTY(oHelp.oTopic.SeeAlso) %>

See also:

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