点击或拖拽改变大小

CoreDb.Goto 方法

X#
Move to a record specified by record number.

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

参数

uRecId
类型:Object
ID of the record to goto

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
参见