dbf.f_type
Get the field type.
method uint dbf.f_type (
uint num
)
uint num
)
Parameters
| num | Field number beginning with 1. |
Return value
Returns the type of this field. It can be one of the following values.
| $DBFF_CHAR | String. |
| $DBFF_DATE | Date. |
| $DBFF_LOGIC | Logical. |
| $DBFF_NUMERIC | Integer. |
| $DBFF_FLOAT | Fraction. |
| $DBFF_MEMO | Memo field. |
Related links | Source |