@...PROGRESSBAR DEFINE PROGRESSBAR
|
Creates a progressbar control.
SYNTAX
Standard Window:
@ <nRow> ,<nCol> PROGRESSBAR
<ControlName>
[ ID <nId> ]
[ OF | PARENT | DIALOG <ParentWindowName> ]
[ RANGE <nRangeMin> , <nRangeMax> ]
[ VALUE <nValue> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ TOOLTIP <cToolTipText> ]
[ VERTICAL ]
[ SMOOTH ]
[ HELPID <nHelpId> ]
[ INVISIBLE ]
[ BACKCOLOR <aBackColor> ]
[ FORECOLOR <aForeColor> ]
[ STYLE ] [ MARQUEE [ VELOCITY <nVelocity> ]
Dialog Window:
REDEFINE PROGRESSBAR
<ControlName>
ID <nId>
[ OF | PARENT | DIALOG <ParentWindowName> ]
[ RANGE <nRangeMin> , <nRangeMax> ]
[ VALUE <nValue> ]
[ TOOLTIP <cToolTipText> ]
[ VERTICAL ]
[ SMOOTH ]
[ HELPID <nHelpId> ]
[ INVISIBLE ]
[ BACKCOLOR <aBackColor> ]
[ FORECOLOR <aForeColor> ]
Alternate Syntax:
DEFINE PROGRESSBAR
[ ID <nId> ]
[ PARENT <ParentWindowName> ]
COL <nCol>
ROW <nRow>
[ RANGEMIN <nRangeMin> ]
[ RANGEMAX <nRangeMax> ]
[ VALUE <nValue> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ TOOLTIP <cToolTipText> ]
[ VERTICAL < .T. | .F.> ]
[ SMOOTH < .T. | .F.> ]
[ HELPID <nHelpId> ]
[ INVISIBLE < .T. | .F.> ]
[ BACKCOLOR <aBackColor> ]
[ FORECOLOR <aForeColor> ].
[ MARQUEE . < .T. | .F.> ]
[ VELOCITY <nVelocity> ]
END PROGRESSBAR
Remarks
The minimum value in the range can be from 0 to 65,535. Likewise, the maximum
value can be from 0 to 65,535
Note: SMOOTH, BACKCOLOR & FORECOLOR has no effect when XP-Style is
used.
PROPERTIES:
Set / Gets ProgressBar value.
| |
Set / Gets enabled state of a ProgressBar control
| |
Set / Gets visible a ProgressBar control.
| |
Set / Gets row position of a ProgressBar control.
| |
Set / Gets column position of a ProgressBar control.
| |
Set / Gets width of a ProgressBar control.
| |
Set / Gets range max of a ProgressBar control.
| |
Set / Gets range min of a ProgressBar control..
| |
Set / Gets the he forecolor for ProgressBar control
| |
Set / Gets the background color for text within the ProgressBar
| |
Set / Gets user property 'Cargo' for ProgressBar control
| |
Retrieves the name of a ProgressBar control.
| |
· Parent (D)
|
Set the name as character identifier of the parent window.
|
Set the numeric help topic identifier of the ProgressBar .
| |
· Vertical (D)
|
Sets the value to create Vertical ProgressBar.
|
· Smooth (D)
|
Sets value to create a smooth, scrolling ProgressBar control
|
D: Available at control definition only
R: Read-Only
METHODS:
Shows a ProgressBar control
| |
Hides a ProgressBar control
| |
Releases a ProgressBar control from memory
| |
Save a
ProgressBar control as BitMap file.
|