WriteBoolean procedure
Prototype: |
procedure WriteBoolean (const Name : string, Value : boolean); |
|
Description: |
Adds boolean field to XML output and fills it with desired data content. |
|
Syntax: |
TXmlOutputWrapper.WriteBoolean(Name, Value); |
|
Part |
Description |
|
TXmlOutputWrapper |
Variable declared as a instance of TXmlOutputWrapper |
|
Name |
Title of the field |
|
Value |
Data to be filled into the field |
|
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
© 2024 IFER-Monitoring and Mapping Solutions