| [Overview][Types][Classes][Procedures and functions][Index] |
Reads a string value from Element.
Source position: laz_xmlstreaming.pas line 137
public function TXMLObjectReader.ReadString( |
StringType: TValueType |
):string; override; |
StringType |
|
TValueType for the string type handled in the method. vaString is limited to 255 characters. |
String representing the 'value' attribute in the DOM Element.
| Version 4.0 | Generated 2025-05-03 | Home |