Navigation:  Classes > bArrayServer >

bArrayServer:ClearRelation()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Remove a single or all relations between this server and the child server.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:ClearRelation() Æ lSuccess

<oArrayServer>:ClearRelation(<iRelation>) Æ lSuccess

<oArrayServer>:ClearRelation(<oChildServer>) Æ lSuccess

Arguments

<iOrderNo>Number of the order that is to be removed. If omitted, all orders are removed. To remove the current order, the value 0 can be used.
Data Type:DWord

Return Value

lSuccessA logical value indicates whether the relation was removed or not.
TRUEThe relation was removed.
FALSEThe relation could not be removed.
Data Type:Logic

Description

bArrayServer:ClearRelation() removes one or all relations that were set with the methods bArrayServer:SetRelation() or bArrayServer:SetSelectiveRelation().

See Also

bArrayServer:Children

bArrayServer:Relation()

bArrayServer:SetRelation()

bArrayServer:SetSelectiveRelation()

 


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