BtTable:FieldName()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:FieldName()

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

BtTable