BtTable:OrderKeyVal()
<< Click to Display Table of Contents >>
BtTable:OrderKeyVal()
|
|
Purpose
Return the key values of the active order on the current record
Prototype
METHOD OrderKeyVal ( nIndex AS DWORD ) AS ARRAY PASCAL CLASS BtTable
Return
ARRAY the value of the key expression
Description
This property checks for the segments of the active index, and returns the values of the segments in an array, converted to VO types.
See Also