Hide Comments
Hide Comments

Comments (0)

Represents type TXMLIntegerGeneType.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

TXMLNode
  RSGADomainXML.TXMLGeneType
    RSGADomainXML.TXMLNumericGeneType
      RSGADomainXML.TXMLIntegerGeneType
 

expandingSyntax

Delphi

type
  TXMLIntegerGeneType = class(TXMLNumericGeneTypeIXMLIntegerGeneType)
  end;
 

expandingMethods

 

Name

Description

protected method

Get_MaxValue

Represents method Get_MaxValue. (Inherited from RSGADomainXML.TXMLNumericGeneType.)

protected method

Get_MinValue

Represents method Get_MinValue. (Inherited from RSGADomainXML.TXMLNumericGeneType.)

protected method

Get_Name

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

protected method

Get_PreserveSignBit

Represents method Get_PreserveSignBit. (Inherited from RSGADomainXML.TXMLNumericGeneType.)

protected method

Get_Size

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

protected method

Set_MaxValue(Double)

Represents method Set_MaxValue(Double). (Inherited from RSGADomainXML.TXMLNumericGeneType.)

protected method

Set_MinValue(Double)

Represents method Set_MinValue(Double). (Inherited from RSGADomainXML.TXMLNumericGeneType.)

protected method

Set_Name(UnicodeString)

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

protected method

Set_PreserveSignBit(Boolean)

Represents method Set_PreserveSignBit(Boolean). (Inherited from RSGADomainXML.TXMLNumericGeneType.)

protected method

Set_Size(Integer)

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

Top

expandingSee Also

Reference

Comments (0)