Programmieren mit dBASE PLUS: scrollVOffset


Contains the current position of the vertical scrollbar in units matching the form or subform's current metric property.

Eigenschaft von Bearbeiten

Form, SubForm

Beschreibung Bearbeiten

The value in the scrollVOffset property is relative to the top of the form. On a form with no scrollbars, or with its vertical scrollbar in its unscrolled position, the value of the scrollVOffset property is zero.

  • As the vertical scrollbar is moved downward, scrollVOffset increases.
  • As the vertical scrollbar is moved upward, scrollVOffset decreases.