XMLDoc_AddColumn

Examples


The XMLDoc_AddColumn procedure of the syListObj form adds a column to the end of the set of line items for the current Information Pane.

Syntax

XMLDoc_AddColumn of form syListObj, XML_state, column_name {,right_align})

Parameters

XML_state – A field of the type ListPrevPaneXMLState that contains the state information for the Information Pane XML document.

column_name – A string specifying the name of the column to add.

right_align – An optional boolean. The value true indicates the name will be right-aligned, while the value false indicates the value will be left-aligned. The default is left-aligned.


Documentation Feedback