Page History
...
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
...
...
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
...
Copyright © 2004-2026 IDERA, Inc.