DbCargo Function | |
Attaches an arbitrary value to a used work area
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax FUNCTION DbCargo(
xNewValue
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static Usual DbCargo(
Usual xNewValue = default
)
Request Example
View SourceParameters
- xNewValue (Optional)
- Type: Usual
the value to attach to a work area.
Return Value
Type:
UsualThe function returns the value attached to a work area before the function is called.
Remarks 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.
See Also