Click or drag to resize

DbServer.GetLocate Method

X#
Retrieve the code block of the current LOCATE condition, or NIL if no code block is set.

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

Return Value

Type: Usual
Remarks
DBServer:GetLocate() returns the FOR condition code block used in the Locate() method.
See Also