Field-Map Scripting

4.1.11.4.12 AddTableData

AddTableData procedure


Prototype:

procedure AddTableData (xmlout Table : TFieldMapTableScriptWrapper, Name : string);

Description:

Adds table with its data content into XML output.

Syntax:

TXmlOutputWrapper.AddTableData(Table, Name);


Part

Description


TXmlOutputWrapper

Variable declared as a instance of TXmlOutputWrapper


Table

Table to be included in XML Output.


Name

Title of the field







Return value:

none

Note:

This procedure was available only for Field-Map versions 14 and older. Since version XE5, it was replaced by AddDataToXML from TFieldMapTableWrapper group.

                               


See also:

CreateXMLOutput; WriteComment; WriteString; WriteInteger; WriteVariant; WriteFloat; WriteBoolean; WriteDate; WriteDateTime; WriteDateTimeAsInt64; WriteDateTimeAsInt64WithMiliseconds; AddTableData; AddLayerDate; BeginDocumentAttrs; BeginElementAttrs; EndAttrs; EndElement; EndDocument; FreeXMLOutput; CreateXMLOutputFile


Example