BtIndex:SetKeyValues()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtIndex Class >

 

BtIndex:SetKeyValues()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

This method will convert the VO Key values to btrieve Key values

 

 

 

Prototype

 

 

METHOD SetKeyValues ( ptrKeyBuf AS PTR, uValue AS USUAL )  AS WORD PASCAL CLASS BtIndex

 

 

 

Return

 

 

NUMERIC   Total Size of the key expression

 

 

 

Description

 

 

This method will build a key buffer in Btrieve format, based on key values in VO format. it is used by most of the Seek..() methods

 

 

 

See Also

 

 

BtIndex