Click or drag to resize

DataWindow.SkipPrevious Method (Typed)

X#
Move to the previous record (identical to Skip(-1)).

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SkipPrevious() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if operation was successful; otherwise, FALSE.
See Also