NativeXml
NativeXml copied to clipboard
chore(html): Fix HTML doc examples to use TNativeXml.Create(nil)
Updated several .html documentation files to fix code examples that incorrectly called TNativeXml.Create without a parameter which would cause error E2035: Not enough actual parameters on the Create. The NativeXml.pas constructor Create(AOwner: TComponent) requires one so nil was passed. Note that Create suppresses the first line header (version, encoding) of a saved xml file versus CreateName('Root'). Fix 000063.html code to match file.