Unit 'GIS_XML' Package
[Overview][Classes][Procedures and functions][Index] [#pl_gaiagis]

TGXML_Element

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GIS_XML.pas line 30

type TGXML_Element = class(TStringList)

public

  destructor Destroy; override;

  

  procedure AddTextElement();

  

  procedure AddBinaryElement();

  

  procedure AddElement();

  

  function ElementByName();

  

  procedure AddAttribute();

  

  procedure AddBoolAttribute();

  

  procedure AddFloatAttribute();

  

  procedure AddIntAttribute();

  

  function AttributeByName();

  

  function BoolAttributeByName();

  

  function FloatAttributeByName();

  

  function IntAttributeByName();

  

  function AsBinary();

  

  property AttributeNames []: string; [r]

  

end;

Inheritance

TGXML_Element

  

|

TObject



CT Web help

CodeTyphon Studio