Skip to content

Page_Down - DfBaseList

Scrolls the data down by the number of items in the display minus one

Type: Procedure

Syntax

Procedure Page_Down

Call Example

Send Page_Down

Description

The Page_Down procedure allow the object to scroll the data down by the number of items in the display minus one. If there are not enough items, the object will place the last item on the screen on top. The current_item property will be reset based on the place in the list where the new item is calculated to reside.

send page_down to (alist(self))