Hide Comments
Hide Comments

Comments (0)

Represents type IXMLGenes.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGADomainXML.IXMLGenes
    RSGADomainXML.TXMLGenes
 

expandingSyntax

Delphi

type 
  IXMLGenes = interface(IXMLNode) 
  ['{8EA2E031-70B1-49F6-9212-8C957530C56D}'] 
  end; 
 

expandingProperties

 

Name

Description

public property

Bits

Represents property Bits.

public property

BooleanGeneValue

Represents property BooleanGeneValue.

public property

EnumerationGeneValue

Represents property EnumerationGeneValue.

public property

FloatGeneValue

Represents property FloatGeneValue.

public property

IntegerGeneValue

Represents property IntegerGeneValue.

Top

expandingMethods

 

Name

Description

public method

Get_Bits

Represents method Get_Bits.

public method

Get_BooleanGeneValue

Represents method Get_BooleanGeneValue.

public method

Get_EnumerationGeneValue

Represents method Get_EnumerationGeneValue.

public method

Get_FloatGeneValue

Represents method Get_FloatGeneValue.

public method

Get_IntegerGeneValue

Represents method Get_IntegerGeneValue.

public method

Set_Bits(UnicodeString)

Represents method Set_Bits(UnicodeString).

Top

expandingSee Also

Reference

Comments (0)