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