Navigation:  Classes > bArrayServer >

bArrayServer:Relation()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the linking expression for the specified relation..

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Relation(<iRelation>) Æ cRelation

<oArrayServer>:Relation(<oChildServer>) Æ cRelation

Arguments

<iRelation>The number of the relation for which the expression is to be returned. The number corresponds to the sequence in which relations were set using the methods bArrayServer:SetRelation() or bArrayServer:SetSelectiveRelation().
Data type:DWord

 

<oChildServer>The child server of the relation for which the expression is to be determined.
Data type:DataServer

Return Value

cRelationThe expression of the indicated relation. If the relation does not exist, the value NULL_STRING is returned.
Data type:String

Description

With the methods bArrayServer:SetRelation() and bArrayServer:SetSelectiveRelation() relations between this server and child servers can be set. bArrayServer:Relation() allows the expression of a relation can be queried at any time.

See Also

bArrayServer:Children

bArrayServer:ClearRelation()

bArrayServer:SetRelation()

bArrayServer:SetSelectiveRelation()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_relation.htm