Hide Comments
Hide Comments

Comments (0)

Represents type TXMLGeneType.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

TXMLNode
  RSGADomainXML.TXMLGeneType
    RSGADomainXML.TXMLBooleanGeneType
    RSGADomainXML.TXMLNumericGeneType
 

expandingSyntax

Delphi

type
  TXMLGeneType = class(TXMLNode, IXMLGeneType)
  end;
 

expandingMethods

 

Name

Description

protected method

Get_Name

Represents method Get_Name.

protected method

Get_Size

Represents method Get_Size.

protected method

Set_Name(UnicodeString)

Represents method Set_Name(UnicodeString).

protected method

Set_Size(Integer)

Represents method Set_Size(Integer).

Top

expandingSee Also

Reference

Comments (0)