The XMLDoc_Create procedure of the syListObj form starts the process of creating the content for the Information Pane displayed by a list.
XMLDoc_Create of form syListObj, XML_state, XML_file_path, title
• XML_state – A returned field of the type ListPrevPaneXMLState that contains the state information for the Information Pane XML document. This value will be used by the other procedures used to define Information Pane content.
• XML_file_path – A string that specifies the file path where the XML document used for the Information Pane will be created. Use the value passed into the GeneratePreviewPaneXML procedure defined for the list.
• title – A string specifying the title to display for the Information Pane.