Field-Map Scripting

4.1.11.4.15 BeginElementAttrs

BeginElementAttrs procedure


Prototype:

procedure BeginElementAttrs (const Name : string);

Description:

Creates element (subcategory) in the XML Output, which will have desired title.

Syntax:

TXmlOutputWrapper.BeginElementAttrs(Name);


Part

Description


TXmlOutputWrapper

Variable declared as a instance of TXmlOutputWrapper


Name

String expression text which will be listed in the element attributes heading







Return value:

none

                               



See also:

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


Example