BtField:PutValue()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtField Class >

 

BtField:PutValue()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Write Field value to table buffer

 

 

 

Prototype

 

 

METHOD PutValue ( uNewValue AS USUAL )  AS USUAL PASCAL CLASS BtField

 

 

 

Argument(s)

 

 

<uNewValue>                New value to assign to field

 

 

 

 

Return

 

 

USUAL                New value assigned TO FIELD

 

 

 

Description

 

 

This method translates VO field types into Btrieve field types. and writes the Btrieve value to the proper position in the Table databuffer

 

 

 

See Also

 

 

BtField, BtField:GetValue()