Hide Comments
Hide Comments

Comments (0)

Represents type IXMLDnaType.

Namespace: RSGPDomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGPDomainXML.IXMLDnaType
    RSGPDomainXML.TXMLDnaType
 

expandingSyntax

Delphi

type 
  IXMLDnaType = interface(IXMLNode) 
  ['{F823D3EF-635B-4714-8A32-620CD8A92A5F}'] 
  end; 
 

expandingProperties

 

Name

Description

public property

Child

Represents property Child.

public property

Instruction

Represents property Instruction.

public property

Value

Represents property Value.

Top

expandingMethods

 

Name

Description

public method

Get_Child

Represents method Get_Child.

public method

Get_Instruction

Represents method Get_Instruction.

public method

Get_Value

Represents method Get_Value.

public method

Set_Instruction(UnicodeString)

Represents method Set_Instruction(UnicodeString).

public method

Set_Value(UnicodeString)

Represents method Set_Value(UnicodeString).

Top

expandingSee Also

Reference

Comments (0)