Versions Compared

Key

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

...

     Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableColumn) Name(#CellPhoneCol) Reference(*DYNAMIC)

* Create and set table column properties
#CellPhoneCol <= #Table.CreateColumn
#CellPhoneCol.HeadCaption := 'Cell Phone'
#CellPhoneCol.HeadHAlign := Center
#CellPhoneCol.HAlign := Center
#Table.AddColumn Column(#CellPhoneCol)

...

Name

Description

CreateInstance

CreateInstance is signalled when an instance of a component is created  Inherited from PRIM_PDF.AutoTableColumn (PRIM_PDF.AutoTableColumn)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed  Inherited from PRIM_PDF.AutoTableColumn (PRIM_PDF.AutoTableColumn)


See also

All Component Classes

...