Bt_ReadDDFieldInfo() Function

 

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

 

Bt_ReadDDFieldInfo() Function

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Read Field info from Datadictionary

 

 

 

Prototype

 

 

FUNCTION Bt_ReadDDFieldInfo ( cPath AS STRING, uFile AS USUAL, cFile REF STRING )  AS ARRAY PASCAL

 

 

 

Argument(s)

 

 

<cPath>Location of the DDF File
<uFile>(String) Filename of the file from which we want to read the fields or (Numeric) FileNumber of the file from which we want to read the fields
<cFile>Reference to string field that will filled with the file location from the dictionary

 

 

 

 

Return

 

 

ARRAYArray of BtField Objects

 

 

 

See Also

 

 

BtField