Hide Comments
Hide Comments

Comments (0)

Represents type IXMLGeneType.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGADomainXML.IXMLGeneType
    RSGADomainXML.IXMLBooleanGeneType
    RSGADomainXML.IXMLNumericGeneType
    RSGADomainXML.TXMLGeneType
 

expandingSyntax

Delphi

type 
  IXMLGeneType = interface(IXMLNode) 
  ['{8498DC30-5875-4FDB-9B6B-20A58A967661}'] 
  end; 
 

expandingProperties

 

Name

Description

public property

Name

Represents property Name.

public property

Size

Represents property Size.

Top

expandingMethods

 

Name

Description

public method

Get_Name

Represents method Get_Name.

public method

Get_Size

Represents method Get_Size.

public method

Set_Name(UnicodeString)

Represents method Set_Name(UnicodeString).

public method

Set_Size(Integer)

Represents method Set_Size(Integer).

Top

expandingSee Also

Reference

Comments (0)