[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#lazutils)

TXMLObjectReader.ReadString

Reads a string value from Element.

Declaration

Source position: laz_xmlstreaming.pas line 137

public function TXMLObjectReader.ReadString(

  StringType: TValueType

):string; override;

Arguments

StringType

  

TValueType for the string type handled in the method. vaString is limited to 255 characters.

Function result

String representing the 'value' attribute in the DOM Element.