Field-Map Scripting

4.1.11.4.13 AddLayerData

AddLayerData procedure


Prototype:

procedure AddLayerData (xmlout : TFieldMapTableScriptWrapper, IncludingChildLayers : boolean);

Description:

Adds layer table into XML output.

Syntax:

TXmlOutputWrapper.AddLayerData(Table, IncludingChildLayers);


Part

Description


TXmlOutputWrapper

Variable declared as a instance of TXmlOutputWrapper


Table

Table to be included in XML Output.


IncludingChildLayers

Whether to include also child layers or not







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