Click or drag to resize

CoreDb.SetFound Method

X#
Set the found flag.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD SetFound(
	lFound AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lFound
Type: Logic

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
This function is like DBSetFound().
Tip Tip
VoDbSetFound() and CoreDb.SetFound() are aliases
See Also