Hide Comments
Hide Comments

Comments (0)

Represents type IXMLNumericGeneType.

Namespace: RSGADomainXML

expandingInheritance Hierarchy
expandingSyntax

Delphi

type
  IXMLNumericGeneType = interface(IXMLGeneType)
  ['{9E1AEB80-B123-4FA2-9EB2-B81FA83DF2EA}']
  end;
 

expandingProperties

 

Name

Description

public property

MaxValue

Represents property MaxValue.

public property

MinValue

Represents property MinValue.

public property

Name

Represents property Name. (Inherited from RSGADomainXML.IXMLGeneType.)

public property

PreserveSignBit

Represents property PreserveSignBit.

public property

Size

Represents property Size. (Inherited from RSGADomainXML.IXMLGeneType.)

Top

expandingMethods

 

Name

Description

public method

Get_MaxValue

Represents method Get_MaxValue.

public method

Get_MinValue

Represents method Get_MinValue.

public method

Get_Name

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

public method

Get_PreserveSignBit

Represents method Get_PreserveSignBit.

public method

Get_Size

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

public method

Set_MaxValue(Double)

Represents method Set_MaxValue(Double).

public method

Set_MinValue(Double)

Represents method Set_MinValue(Double).

public method

Set_Name(UnicodeString)

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

public method

Set_PreserveSignBit(Boolean)

Represents method Set_PreserveSignBit(Boolean).

public method

Set_Size(Integer)

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

Top

expandingSee Also

Reference

Comments (0)