Click or drag to resize

VoDbFound Function

X#
Determine if the previous search operation succeeded.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.22 GA
Syntax
 FUNCTION VoDbFound() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the last search command was successful; otherwise, FALSE. VODBFound() will also return FALSE if there is no database open in the current work area.
Remarks
VODBFound() is the same as Found(). See Found() for more information and examples.
Examples