BtServer:FieldType()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:FieldType()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Method to return the btrieve field type for the specified field

 

 

 

Prototype

 

 

METHOD FieldType ( uField )  CLASS BtServer

 

 

 

Argument(s)

 

 

<uField>                the position/name/symbol of the required field

 

 

 

 

Return

 

 

DWORD                The btrieve field type or -1 if the field was not found

 

 

 

Description

 

 

This method will return the btrieve field type that has been set for the specified field

 

 

 

See Also

 

 

BtServer