Unit 'Laz_XMLStreaming' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXMLObjectReader.ReadWideString

Reads a WideString value from Element.

Declaration

Source position: laz_xmlstreaming.pas line 138

public function TXMLObjectReader.ReadWideString: WideString; override;

Function result

WideString value for the 'value' attribute in the DOM element.

Description

Converts the UTF-8-encoded content in Element to the WideString type used in the return value.


Version 4.4 Generated 2025-11-08 Home