Click or drag to resize

DataServer.GoTop Method

X#
Position this data server at the first record.

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

Return Value

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