BtField:Init()
<< Click to Display Table of Contents >>
BtField:Init()
|
|
Purpose
Constructor of BtField Class
Prototype
METHOD Init ( cFieldName, uType, nLen, nStart,nDec,nFld ) CLASS BtField
Argument(s)
<cFieldname> | Name of the field (Btrieve style) |
<uType> | Field type, can be both string (2 characters) or numeric |
<nLen> | (Fysical) Length of the field |
<nStart> | Offset in the Data Buffer (1-based) |
<nDec> | Number of decimals |
See Also