PRIM_PDF.AutoTableColumn (PRIM_PDF.AutoTableColumn)
PDF generator AutoTable column
Ancestors - Object (PRIM_OBJT)
Details
AutoTableColumn defines the properties of a table column
Example
Creating an setting properties of an AutoTable column
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)
Properties
Name | Description |
|---|---|
This column's cell width | |
ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT) | |
ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT) | |
ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT) | |
Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT) | |
ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT) | |
ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT) | |
The background color for this column's body content | |
The font for this column's body content | |
The font size for this column's body content | |
The font style for this column's body content | |
The horizontal alignment of text in this column's cells | |
The column's head caption | |
The background color for this column's head | |
The font for this column's head | |
The font size for this column's head | |
The font style for this column's head | |
The horizontal alignment of text in this column's head | |
Text color for this column's head | |
The vertical alignment of text in this column's head | |
The column's minimum cell width | |
Name identifies the component Inherited from Object (PRIM_OBJT) | |
Action to take when content overflows this column's cell width | |
Owner owns this component Inherited from Object (PRIM_OBJT) | |
The component instance to which this instance is attached. The visual container for a control or the collector of a set of child instances Inherited from Object (PRIM_OBJT) | |
Text color for this column's body content | |
The vertical alignment of text in this column's cells |
Events
Name | Description |
CreateInstance is signalled when an instance of a component is created Inherited from PRIM_PDF.AutoTableColumn (PRIM_PDF.AutoTableColumn) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from PRIM_PDF.AutoTableColumn (PRIM_PDF.AutoTableColumn) |