BtTable:DropIndex()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:DropIndex()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Create a new index for the table

 

 

 

Prototype

 

 

METHOD DropIndex ( nIndex AS DWORD )  AS LOGIC PASCAL CLASS BtTable

 

 

 

Argument(s)

 

 

<nIndex>                Index number to drop (first=1, second=2 etc)

 

 

 

 

Return

 

 

LOGIC                Was the index dropped succesfully

 

 

 

See Also

 

 

BtTable