NativeXml icon indicating copy to clipboard operation
NativeXml copied to clipboard

chore(html): Fix HTML doc examples to use TNativeXml.Create(nil)

Open dddwwwbbb opened this issue 5 months ago • 0 comments

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.

dddwwwbbb avatar Aug 06 '25 18:08 dddwwwbbb