@...SLIDER \/ DEFINE SLIDER
Creates a Slider Control
Standard Syntax (xBase Style):
@ <nRow> ,<nCol>
SLIDER <ControlName>
[ OF | PARENT <ParentWindowName> ]
RANGE <nRangeMin> , <nRangeMax>
[ VALUE <nValue> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ TOOLTIP <cToolTipText> ]
[ ON CHANGE <OnChangeProcedure> | <bBlock> ]
[ VERTICAL ]
[ NOTICKS ]
[ BOTH ]
[ TOP ]
[ LEFT ]
[ HELPID <nHelpId> ]
[ INVISIBLE ]
[ NOTABSTOP ]
Alternate Syntax:
DEFINE SLIDER <ControlName>
PARENT <ParentWindowName>
ROW <nValue>
COL <nValue>
RANGEMAX <nRangeMax>
RANGEMIN <nRangeMin>
VALUE <nValue>
WIDTH <nWidth>
HEIGHT <nHeight>
TOOLTIP <cToolTipText>
ONCHANGE <OnChangeProcedure>
VERTICAL <lValue>
TICKMARKS <lValue>
BOTH <lValue>
TOP <lValue>
LEFT <lValue>
HELPID <nHelpId>
VISIBLE <lValue>
TABSTOP <lValue>
END SLIDER
Properties:
- Value
- Enabled
- Visible
- Row
- Col
- Width
- Height
- ToolTip
- RangeMax
- RangeMin
- Name (R)
- Parent (D)
- Vertical (D)
- TickMarks (D)
- Both (D)
- Top (D)
- Left (D)
- HelpId (D)
D: Available at control definition only R: Read-Only
- OnChange
- Show
- Hide
- SetFocus
- Release
Hints:
- The minimum value in the range can be from 0 to 65,535. Likewise, the maximum value can be from 0 to 65,535