Hide Comments
Hide Comments

Comments (0)

Represents type IXMLFunctionInstructionType.

Namespace: RSGPDomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGPDomainXML.IXMLInstructionType
    RSGPDomainXML.IXMLFunctionInstructionType
      RSGPDomainXML.TXMLFunctionInstructionType
 

expandingSyntax

Delphi

type
  IXMLFunctionInstructionType = interface(IXMLInstructionType)
  ['{1C6354FC-1B70-448E-BDBF-C2E904F6D50E}']
  end;
 

expandingProperties

 

Name

Description

public property

Arity

Represents property Arity.

public property

Comment

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

public property

Name

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

Top

expandingMethods

 

Name

Description

public method

Get_Arity

Represents method Get_Arity.

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

Set_Arity(Byte)

Represents method Set_Arity(Byte).

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.)

Top

expandingSee Also

Reference

Comments (0)