Click or drag to resize

DbServer.GetLocate Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.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