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