Hide Comments
Hide Comments

Comments (0)

Represents type IXMLConstantInstructionType.

Namespace: RSGPDomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGPDomainXML.IXMLInstructionType
    RSGPDomainXML.IXMLConstantInstructionType
      RSGPDomainXML.TXMLConstantInstructionType
 

expandingSyntax

Delphi

type
  IXMLConstantInstructionType = interface(IXMLInstructionType)
  ['{3FFAD958-0311-48A3-A71E-511E48B75802}']
  end;
 

expandingProperties

 

Name

Description

public property

Comment

Represents property Comment. (Inherited from RSGPDomainXML.IXMLInstructionType.)

public property

Name

Represents property Name. (Inherited from RSGPDomainXML.IXMLInstructionType.)

public property

Value

Represents property Value.

Top

expandingMethods

 

Name

Description

public method

Get_Comment

Represents method Get_Comment. (Inherited from RSGPDomainXML.IXMLInstructionType.)

public method

Get_Name

Represents method Get_Name. (Inherited from RSGPDomainXML.IXMLInstructionType.)

public method

Get_Value

Represents method Get_Value.

public method

Set_Comment(UnicodeString)

Represents method Set_Comment(UnicodeString). (Inherited from RSGPDomainXML.IXMLInstructionType.)

public method

Set_Name(UnicodeString)

Represents method Set_Name(UnicodeString). (Inherited from RSGPDomainXML.IXMLInstructionType.)

public method

Set_Value(UnicodeString)

Represents method Set_Value(UnicodeString).

Top

expandingSee Also

Reference

Comments (0)