Click or drag to resize

DataServer.GoTop Method (Typed)

X#
Position this data server at the first record.

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

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyGoTop message to this data server's clients.
See Also