[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#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.0 Generated 2025-05-03 Home