点击或拖拽改变大小

Functions.DbCargo 方法

X#
Attaches an arbitrary value to a used work area

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION DbCargo(
	xNewValue
) AS USUAL CLIPPER
查看代码

参数

xNewValue (Optional)
类型:__Usual
the value to attach to a work area.

返回值

类型:__Usual
The function returns the value attached to a work area before the function is called.
备注
The function DbCargo() attaches an arbitrary value to a used work area. The value remains in the work area, In this way, user defined data can be bound to a particular work area. Attached data is discarded when the workarea is closed.
参见