Click or drag to resize

DbServer.OrderKeyVal Property

X#
The key value of the current record from the controlling order.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY OrderKeyVal AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
The key value of the current record from the controlling order.
Remarks
The key value of the current record from the controlling order. The data type is the same as the that of the key expression used to create the order. Use ValType() or UsualType() to determine the data type.
See Also