Bt_ReadDDIndexInfo() Function
<< Click to Display Table of Contents >>
Bt_ReadDDIndexInfo() Function
|
|
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
ARRAY | Array of BtIndex Objects |
See Also