Retrieves the current value of an attribute specified by its name in case-insensitive mode.
Parameters
Parameters
Description
attrName
[in] An ANSI string that contains the attribute name.
Returns
The current value of the attribute.
Remarks
The method provides the late binding access to the attribute value by its name. Attributes of select and aggregate data types are also supported. For case-sensitive search of the attribute value, use the getAttr() method.