Bt_ReadDDIndexInfo() Function

 

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

 

Bt_ReadDDIndexInfo() Function

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Read Index info from Datadictionary

 

 

 

Prototype

 

 

FUNCTION Bt_ReadDDIndexInfo ( cPath AS STRING, cFile AS STRING,aFields AS ARRAY )  AS ARRAY PASCAL

 

 

 

Argument(s)

 

 

<cPath>Location of the DDF File
<cFile>Filename of the file from which we want to read the index info
<aFields>Array of BtField objects returned by Bt_ReadDDFieldInfo()

 

 

 

 

Return

 

 

ARRAYArray of BtIndex Objects

 

 

 

See Also

 

 

BtIndex