User Tools

Site Tools


api:dk11:delphi:gisxmlfiles.tgis_xmlfile.readstring_string_string

Table of Contents

TGIS_XmlFile.ReadString method

DK11 for Delphi | GisXmlFiles.TGIS_XmlFile.ReadString | Constructors | Methods | Properties

Read xml node as text.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function ReadString(
    const _name : String;
    const _value : String
  ) : String;
// C++ Builder
public:
  UnicodeString ReadString(
    const UnicodeString _name,
    const UnicodeString _value
  );

Parameters

Name Type Description
_name String node name
_value String default value

Result

Type Description
String text value
2020/05/07 01:10

Page Tools