"Undeclared identifier" was returned when we attempted to use a function in the unit ALXmlDoc.
I have declared the function "ALCreateXmlNode" in the interface section to prevent this exception.
I'm not sure if it affects other functionalities.
The function is :
function ALCreateXmlNode(const NameOrData: AnsiString;
NodeType: TALXMLNodeType = ntElement;
const AddlData: AnsiString = ''): TALXMLNode;
"Undeclared identifier" was returned when we attempted to use a function in the unit ALXmlDoc. I have declared the function "ALCreateXmlNode" in the interface section to prevent this exception. I'm not sure if it affects other functionalities.
The function is : function ALCreateXmlNode(const NameOrData: AnsiString; NodeType: TALXMLNodeType = ntElement; const AddlData: AnsiString = ''): TALXMLNode;