BtField:SetTable()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtField Class >

 

BtField:SetTable()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Method that sets the table and the data pointer in the field structure

 

 

 

Prototype

 

 

METHOD SetTable ( oTbl AS BtTable )  AS VOID PASCAL CLASS BtField

 

 

 

Argument(s)

 

 

<oTbl>                Table object to link to the field

 

 

 

 

Description

 

 

This method is called after the databuffer for the table has been allocated. It stores the table and the pointer to the offset in the data buffer, to optimize reading and  writing of values for a field.

 

Note

There is usually no need to call this function yourself.

 

 

 

See Also

 

 

BtField