Hide Comments
Hide Comments

Comments (0)

Represents type TXMLNumericGeneType.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

TXMLNode
  RSGADomainXML.TXMLGeneType
    RSGADomainXML.TXMLNumericGeneType
      RSGADomainXML.TXMLEnumerationGeneType
      RSGADomainXML.TXMLFloatGeneType
      RSGADomainXML.TXMLIntegerGeneType
 

expandingSyntax

Delphi

type
  TXMLNumericGeneType = class(TXMLGeneTypeIXMLNumericGeneType)
  end;
 

expandingMethods

 

Name

Description

protected method

Get_MaxValue

Represents method Get_MaxValue.

protected method

Get_MinValue

Represents method Get_MinValue.

protected method

Get_Name

Represents method Get_Name. (Inherited from RSGADomainXML.TXMLGeneType.)

protected method

Get_PreserveSignBit

Represents method Get_PreserveSignBit.

protected method

Get_Size

Represents method Get_Size. (Inherited from RSGADomainXML.TXMLGeneType.)

protected method

Set_MaxValue(Double)

Represents method Set_MaxValue(Double).

protected method

Set_MinValue(Double)

Represents method Set_MinValue(Double).

protected method

Set_Name(UnicodeString)

Represents method Set_Name(UnicodeString). (Inherited from RSGADomainXML.TXMLGeneType.)

protected method

Set_PreserveSignBit(Boolean)

Represents method Set_PreserveSignBit(Boolean).

protected method

Set_Size(Integer)

Represents method Set_Size(Integer). (Inherited from RSGADomainXML.TXMLGeneType.)

Top

expandingSee Also

Reference

Comments (0)