BtTable:SetOrder()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:SetOrder()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Change the index order for the given server

 

 

 

Prototype

 

 

METHOD SetOrder ( uOrder AS USUAL )  AS LOGIC PASCAL CLASS BtTable

 

 

 

Argument(s)

 

 

<uOrder>                New order to select for the server. 0 means: set to physical order

 

 

 

 

Return

 

 

LOGIC                was the new order selected succesfully. FALSE could mean:

                         -                Invalid index number (> indexCount or < 0)

                         -                Invalid index name

 

 

 

 

See Also

 

 

BtTable