Click or drag to resize

DataServer.GoBottom Method

X#
Position this data server at the last record.

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

Return Value

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