点击或拖拽改变大小

Functions.VoDbBuffRefresh 方法

X#
Refresh the buffer for the current Workarea, discarding any changes that were made.

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION VoDbBuffRefresh() AS LOGIC
查看代码

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注
This function is like DBBuffRefresh(). 这个函数,不会调用错误处理程序,因此如果失败,不会产生运行时错误消息或创建错误对象。 因此,检查返回值以确定函数是否成功是很重要的。

LastRddError 属性将包含关于发生的任何错误的必要信息。
提示 提示:
VoDbBuffRefresh() and CoreDb.BuffRefresh() are aliases
参见