Field-Map Scripting

4.2.4.3 GetRecordsAsXML

GetRecordsAsXML function


Prototype:

function GetRecordsAsXML(const IncludingChildLayers: boolean): string;

Description:

The GetRecordsAsXML function returns a string containing all the data of the active layer in an XML format.

Syntax:

variable := Layer.GetRecordsAsXML(IncludingChildLayers);


Part

Description


variable

A variable declared as a string


Layer

A reference to the Field-Map layer as defined in Field-Map Project Manager


IncludingChildLayers

This parameter indicates whether data of child layer(-s) are to be included

Return value:

a string containing all data of the active layer in an XML format



See also:

AddDataToXML; GetRecordAsXML; GetRecordsAsXML; GetLookupListContentAsXML; GetLookupListsContentAsXML