xml->Root->NodeByName("JKUSE")->ValueAsIntegerDef(0);
---》》change to 》》ValueAsInteger
[bcc32 Error] YbjkFun.cpp(66): E2316 'ValueAsIntegerDef' is not a member of 'TXmlNode'
Full parser context
YbjkFun.cpp(5): namespace YbjkFun
YbjkFun.cpp(40): parsing: int _fastcall InitYbjkDataSet()
MZType = node->Nodes[i]->AttributeByName["MZType"];
[bcc32 Error] YbjkFun.cpp(84): E2285 Could not find a match for 'operator AnsiString::=(TsdAttribute *)'
Full parser context
YbjkFun.cpp(5): namespace YbjkFun
YbjkFun.cpp(40): parsing: int _fastcall InitYbjkDataSet()
change to
ID = node->Nodes[i]->AttributeByName["ID"]->Value;
xmldoc->EncodingString = "utf-8";
xe4
xmldoc->ExternalEncoding = seUTF8;