User Tools

Site Tools


api:dk11:delphi:gisxmlfiles.tgis_xmlfile.deletekey_string

Table of Contents

TGIS_XmlFile.DeleteKey method

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

Delete xml node.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure DeleteKey(
    const _name : String
  );
// C++ Builder
public:
  void DeleteKey(
    const UnicodeString _name
  );

Parameters

Name Type Description
_name String node name
2020/05/07 01:10

Page Tools