GetElementInteger function
Prototype: |
function GetElementInteger: variant; |
|
Description: |
The GetElementInteger function returns the value of the specified XML element (i.e. the text between the opening and the closing tag of the element) as an integer (provided it is a valid integer value). |
|
Syntax: |
variable := TScriptXMLElement.GetElementInteger; |
|
Part |
Description |
|
variable |
A variable declared as a variant |
|
TScriptXMLElement |
A variable declared as an instance of the TScriptXMLElement class |
|
Return value: |
The integer value of the specified XML element as a variant |
|
Note: This function is available since version X7.
See also:
GetRootElement; GetElementName; GetChildElements; GetFirstChildElement; GetElementText; GetElementInteger; GetElementDouble; GetElementBoolean; GetElementCDATA; HasAttribute; HasNoNullAttribute; GetStringAttribute; GetStringAttributeAsString; GetStringAttributeAsDateTime; GetIntegerAttribute; GetIntegerAttributeAsInteger; GetFloatAttribute; GetFloatAttributeAsVariant; GetFloatAttributeAsFloat; GetBooleanAttribute; GetFirstChildElementStringAttribute; GetFirstChildElementStringAttributeAsString; GetFirstChildElementIntegerAttribute; GetFirstChildElementIntegerAttributeAsInteger; GetFirstChildElementFloatAttribute; GetFirstChildElementFloatAttributeAsVariant; GetFirstChildElementFloatAttributeAsFloat; GetFirstChildElementBooleanAttribute; Name; FreeXMLElement; SaveValuesToTable; GetRootElementName; GetFirstChildElementText; GetFirstChildElementinteger; GetFirstChildElementDouble; GetFirstChildElementboolean
© 2024 IFER-Monitoring and Mapping Solutions