Click or drag to resize

Range Class

X#
Create a range, representing the minimum and maximum values of the coordinates (or scroll units) that the thumb position on a scroll bar can move—up or down, left or right.
Inheritance Hierarchy
Object
  VObject
    Pair
      Range

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS Range INHERIT Pair
Request Example View Source

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Construct a range.
Top
Properties
  NameDescription
Public propertyMax
A numeric value representing the maximum value in this range.
Public propertyMin
A numeric value representing the minimum value in this range.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also

Reference