NativeXml Help
Content
|
Index
|
Reference
TXmlNode.ReadInt64
TXmlNode
function
ReadInt64(
const
AName: Utf8String; ADefault: int64): int64;
virtual
;
Description
added by hdk Read the subnode with AName and return its UTF8String value. If the subnode is not found, ADefault will be returned.