project BLF > class Database Component > method XmlTableDetail

Description

This method is called from within the generic code to create an XML representation of a component instance. It is called for each table in the component that is represented in the XML document.
In this method, one can add method calls to other components for sub-representations. For example: customer information on an order object.


Parameters


icTableNameinputcharacterDatabase table name
ihBufferinputhandlehandle to temp-table buffer (with current record available)
ihParentNodeinputhandlenode handle in the XML document
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method XML.ConvertTableToXmlSingleTable


program code (program1/database.p)