点击或拖拽改变大小

CoreDb.SetFound 方法

X#
Set the found flag.

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD SetFound(
	lFound AS LOGIC
) AS LOGIC
查看代码

参数

lFound
类型:Boolean

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注
This function is like DBSetFound().
提示 提示:
VoDbSetFound() and CoreDb.SetFound() are aliases
参见