Data will be collected from an external source table. See description.
This plug in enables the use of "tag" style documention for properties files and classes. The "prefix" style documentation will be kept. Both styles may be mixed.
This file lists special options of this plug in. Common options will be at _pdm_ab.html.
Element | Default | Remarks | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Syntax | syntax |
This defines a syntax line.
Information will be formated as "expression" (see below). This uses "DIAP_PDM_AB_Syntax" CSS Class. Will be ignored if at least one Value is defined as tag. |
||||||||||||
Property Value | propval |
Syntax of "prefix" Version: If there is "prefix" only, Syntax Section will be used, to display syntax information. tag syntax:
|
DESCR <xhtml>This property contained count of internal array. |
<descr> <xhtml>This property contained count of internal array. This property is set after calling method <see>diamp_pdm_ab_demo.prg:_SupperArray:ALines ALines()</see>. <div class="diap_pdm_ab_note"><span class="diap_pdm_ab_note">Note</span> This property is protected. </div></xhtml> </descr> <propval name="iValue" type="Integer" Dir="2"> Integer data type. Can be between 1 - n. </propval> <remarks>Remarks section</remarks> <seealso>diamp_pdm_ab_demo.prg:_SupperArray:ALines ALines()</seealso> <copyright><xhtml>© <em>2004 PDM software foundation<br /> Dreams are truth...</em></xhtml></copyright> |
<descr> <xhtml>This property contained count of internal array. This property is set after calling method <see>diamp_pdm_ab_demo.prg:_SupperArray:ALines ALines()</see>. <div class="diap_pdm_ab_note"><span class="diap_pdm_ab_note">Note</span> This property is protected. </div></xhtml> </descr> <propval name="iValue" type="Integer" Dir="2"> Integer data type. Can be between 1 - n. </propval> REMARKS Remarks section SEEALSO diamp_pdm_ab_demo.prg:_SupperArray:ALines ALines() COPYRIGHT <xhtml>© <em>2004 PDM software foundation<br /> COPYRIGHT Dreams are truth...</em></xhtml> |