Page History
...
Example
Adding a createAutoTable
Define_Com Class(#PRIM_PDF) Name(#pdf)
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
#pdf.start
* Create AutoTable
#Table <= #pdf.CreateAutoTable
...