DbClearScope Function | |
Clears the top and/or bottom scope.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION DbClearScope(
uScope
) AS LOGIC CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static bool DbClearScope(
Usual uScope = default
)
Request Example
View SourceParameters
- uScope (Optional)
- Type: Usual
Return Value
Type:
LogicTRUE when the scope was cleared succesfully, otherwise FALSE.
See Also