VSCROLL Property

 

Enables or disables the Vertical Scroll Control on a virtually dimensioned Window

 

 

Description:

 

The VSCROLL Property can be used to enable or disable the Vertical Scroll Control that is built into virtually dimensioned Windows when they are defined with the VIRTUALHEIGHT Property

 

Syntax:

 

    THISWINDOW | <FormName>.VSCROLL --> lValue

 

    THISWINDOW | <FormName>.VSCROLL := lValue

 

Valid For Use With:

 

This Property is assumed to be available for use with all virtually dimensioned Window types

 

Notes:

  1. This property is only available after Window definition

  2. Caution should be exercised when using this property as it can alter the position and appearance of the client work area when the value is changed

  3. No help documentation was published with the original or subsequent releases of HMG

Properties:

 

The following Property is available after the Window has been defined

 

lValue Logical R, W Gets / Sets a logical value to enable the Window's vertical scroll bar. A value .T. indicates the bar is present (get) or enables it (set) whilst .F. indicates the bar is off (get) or disables it (set)

 

D - Properties of this type can be used when defining a Window

R - Properties of this type can only be accessed (read) after the Window has been defined

W - Properties of this type can be changed (write) after the Window has been defined

 

See GETPROPERTY and SETPROPERTY functions for further infomation on accessing or changing properties or use semi-OOP syntax