Specifies the upper boundary on the scroll bar.
Valid Values
A number (longint)
Remarks
The greatest acceptable value is 32,767.
See Also
WdgLargeIncrement, WdgMinValue, WdgSmallIncrement
Specifies the upper boundary on the scroll bar.
A number (longint)
The greatest acceptable value is 32,767.
WdgLargeIncrement, WdgMinValue, WdgSmallIncrement
The number of character columns visible in a list box or combo box. Indicates how many character columns are visible in a list box or combo box.
Integer (DEFAULT = 1)
WdgItems, WdgNumVisibleLines
A scroll bar increment. Specifies the amount of movement along the scroll bar when a direction arrow is clicked.
A non-negative number (longint) (DEFAULT = 1)
WdgLargeIncrement, WdgMaxValue, WdgMinValid Values
Specifies the lower boundary on the scroll bar.
A number (longint)
The smallest acceptable value is -32,768.
A scroll bar’s minimum value must be less than its maximum value.
WdgMaxValue, WdgLargeIncrement, WdgSmallIncrement
A customized help message for a form field.
A message that is output whenever the form field gets focus. The message appears in any form field of the “user message” class (DT is set to M) that is available in the current form or display.
A 256-character string
If no message is specified, the null string (“”) is used.
The identification number for the form field’s parent object.
A number (longint) (DEFAULT = 0)
If WdgParID is 0, the form field’s parent is considered to be the form to which it belongs.
If WdgParID is non-zero, its parent is another form field in the form.
WdgID
Indicates the maximum length (in characters) of the form field’s data value.
An integer (1 to 32000)
If the FieldLen exceeds the visual space available for displaying data in this form field (see Wdth, Hght, WdgWdth, and WdgHght), then the data can be scrolled through the visual space.
Hght, WdgHght, WdgWdth, Wdth
A scroll bar increment. Specifies the amount of movement along the scroll bar when the scale on either side of the thumb is clicked.
A non-negative number (longint) (DEFAULT = 10)
The usable scrolling range of a scroll bar is from -32,768 to 32,767. A WdgLargeIncrement outside this range will produce unpredictable results.
WdgMaxValue, WdgMinValue, WdgSmallIncrement
A character that is to be used to “fill” blank positions in a (text) form field or the client area of a window when it contains no form or display.
Any single character. If no character is specified, the space character is used.
The fill character is not data; it simply delineates the dimensions of a blank or partially-blank object on the screen.
In a field, the fill starts to the right of the last non-blank character (alphanumeric fields), or to the left of any number (numeric fields).
The number of lines visible in a list box or combo box, or the number of visible lines in a multi-line entry field.
A non-negative integer
In a list box or in the list portion of a combo box, indicates how may items are visible at one time.
In a multi-line entry field, indicates how many lines of text are visible at one time.
If WdgNumVisibleLines is 2 or greater, WdgMultiLine must be set to 1.
WdgItems, WdgMultiLine