BtField:SetTable()
<< Click to Display Table of Contents >>
BtField:SetTable()
|
|
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