BtTable:FieldSym()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:FieldSym()

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

BtTable