Field-Map Scripting

4.3.2.4 AsXML

AsXML function


Prototype:

function AsXML: string;

Description:

The AsXML function converts a table of the type TableScriptWrapper to an XML formatted string.

Syntax:

variable:= TreeLayer.TreeLayerSpecificTable.AsXML;


Part

Description


variable

A variable declared as a string


TreeLayer

A reference to a Field-Map layer of layer type Trees as defined in Field/Map Project Manager


TreeLayerSpecificTable

A reference to an instance of a TFieldMapTableScriptWrapper class, i.e. either CrownProjection, CrownProfile, CrownProfilePoints or StemProfile.

Return value:

Field-Map table as an XML formatted string



See also:

FieldExists; RecNo; IsTableOpen; AsXML; SaveToDbfExt; AlterTable; DisplayLabel; BlobAsString