Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RW_DLIST_ITEM (RealWeb) (rw_dlist_item.htm)
![]() |
Example |
Adds a new term and its definition to a previously opened definition list. A definition list can be used to present a glossary, list of terms or other name/value list.
RW_DLIST_ITEM(Item, Description, aClass)
Item A string containing the term to be defined.
Description A string containing the definition of the term.
aClass This is not used at present.
Requires a previous call to RW_START_DLIST.