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