Table of Content
HAL Forum
procedure CalculatedColumnTL (
integer Hpos,integer Colpos,string ColumnHeader,string FunctionName,integer ValueType,
boolean Alignment)
Description:
Extended version of CalculatedColumn (see the related topics>CalculatedColumn for more detailed description and an example). Let's you define the type of the output that is returned from the user define function.
Parameters:
Hpos The position of the column header in the record list
Colpos The position of the column values in the record list
ColumnHeader The name of the column
FunctionName The name of the function that is called on every record row
ValueType The type of the value that is shown in this column.
Alignment alignment of the values in the column. False: left / True: right

Related topics:
««