Field-Map Scripting

4.1.11.2.11 HasNoNullAttribute

HasNoNullAttribute function


Prototype:

function HasNoNullAttribute(const AttributeName: string): boolean;

Description:

Use the HasNoNullAttribute function to check whether or not all attributes of the given XML element have non-null values.

Syntax:

variable := TScriptXMLElement.HasNoNullAttribute(AttributeName);


Part

Description


variable

A variable declared as Boolean


TScriptXMLElement

A variable declared as an instance of the TScriptXMLElement class


AttributeName

A string parameter specifying the attribute of the given XML element.

Return value:

True if all attributes of the specified element have non-null values, otherwise false



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