BtTable:FieldSym()
<< Click to Display Table of Contents >>
BtTable:FieldSym()
|
|
Purpose
Return the name of a specified field.
Prototype
METHOD FieldSym ( dwPos AS DWORD ) AS SYMBOL PASCAL CLASS BtTable
Argument(s)
<dwPos> Numeric position of the field in the table
Return
SYMBOL Name of the field, or NULL_SYMBOL when invalid number is passed
See Also