Navigation:  Classes > bArrayServer >

bArrayServer:ClearOrder()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Remove single or all orders associated with the data.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:ClearOrder([<iOrderNo>]) Æ 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 indicated.
Data Type:DWord

Return Value

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

Description

bArrayServer:ClearOrder() removes one or all orders that were set before by the method bArrayServer:CreateOrder().

 

With an order, the logical sequence of the records can be changed.

See Also

bArrayServer:CreateOrder()

 


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