Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this simple example, an HTML container shows a heading:

     Define_Com Class(#PRIM_WEB.HtmlContainer) Name(#Html1) Parent(#COM_OWNER)
Evtroutine Handling(#Com_owner.Initialize)
   #Html1.html := '<h1>My heading</h1>'
Endroutine

...