DataWindow.SkipNext Method (Typed) | |
Move to the next record (identical to Skip(1)).
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD SkipNext() AS LOGIC
public virtual bool SkipNext()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also