@...PROGRESSWHEEL DEFINE PROGRESSWHEEL Create a ProgressWheel control |
Creates a progresswheel control.
SYNTAX
Standard Window:
@ <nRow> ,<nCol> PROGRESSWHEEL <ControlName>
[ OF | PARENT <ParentWindowName> ]
[ RANGE <nRangeMin> , <nRangeMax> ]
[ VALUE <nValue> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ <ShowText : SHOWTEXT>
] ;
[ STARTANGLE <StartAngle> ] ;
[ INNERSIZE <InnerSize> ] ;
[ GRADIENTMODE <GradientMode> ] ;
[ COLORDONEMIN <ColorDoneMin> ] ;
[ COLORDONEMAX <ColorDoneMax> ] ;
[ COLORREMAIN <ColorRemain> ] ;
[ COLORINNER <ColorInner> ]
Alternate Syntax:
DEFINE PROGRESSWHEEL
[ PARENT <ParentWindowName> ]
COL <nCol>
ROW <nRow>
[ RANGEMIN <nRangeMin> ]
[ RANGEMAX <nRangeMax> ]
[ VALUE <nValue> ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ <ShowText : SHOWTEXT>
] ;
[ STARTANGLE <StartAngle> ] ;
[ INNERSIZE <InnerSize> ] ;
[ GRADIENTMODE <GradientMode> ] ;
[ COLORDONEMIN <ColorDoneMin> ] ;
[ COLORDONEMAX <ColorDoneMax> ] ;
[ COLORREMAIN <ColorRemain> ] ;
[ COLORINNER <ColorInner> ]
END PROGRESSWHEEL
nRow, nCol
|
Position in the area of ??the window in pixels.
|
nWidth, nHeight
|
The desired size of the ProgressWheel Control in pixels.
|
ControlName
|
A reference to the ProgressWheel Control
|
ParentWindowName
|
A reference to the Parent Window.
|
StartAngle
|
The help topic identifier for this Control
|
nRangeMin, nRangeMax
|
Specifies the range of value for the ProgressWheel
|
ShowTextt
|
Specifies the Text for the ProgressWheel
|
InnerSize
|
Specifies the InnerSize
for the ProgressWheel
|
GradientMode
|
Specifies the
GradientMode for the ProgressWheel
|
ColorDoneMin
|
Specifies the ColorDoneMin Color
|
ColorDoneMax
|
Specifies the ColorDoneMax Color
|
ColorRemain
|
Specifies the ColorRemain Color
|
ColorInner
|
Specifies the ColorInner Color
|
PROPERTIES:
Set / Gets ProgressWheel value.
| |
Set / Gets enabled state of a ProgressWheel control
| |
Set / Gets visible a ProgressWheel control.
| |
Set / Gets row position of a ProgressWheel control.
| |
Set / Gets column position of a ProgressWheel control.
| |
Set / Gets width of a ProgressWheel control.
| |
Set / Gets range max of a ProgressWheel control.
| |
Set / Gets range min of a ProgressWheel control..
| |
Set / Gets the ColorDoneMin for ProgressWheel control
| |
Set / Gets the ColorDoneMax for ProgressWheel
| |
Set / Gets the ColorRemain for ProgressWheel control
| |
Set / Gets the ColorInner for ProgressWheel control
| |
Set the SetShowText for ProgressWheel control
| |
Set / Gets the GradientMode for ProgressWheel control
| |
Set / Gets the InnerSize for ProgressWheel control
| |
Set / Gets the StartAngle for ProgressWheel control
| |
Set / Gets the Min for ProgressWheel control
| |
Set / Gets the Max for ProgressWheel control
| |
Set / Gets the Position for ProgressWheel control
| |
Retrieves the name of a ProgressWheel control.
| |
Set the name as character identifier of the parent window.
|
D: Available at control definition only
R: Read-Only
Constans for using with GradientMode property
GM_NONE 1
GM_POSITION 2
GM_ANGLE 3
METHODS:
Shows a ProgressWheel control
| |
Hides a ProgressWheel control
| |
Redraw a Control
| |
Releases a ProgressWheel control from memory
| |
Save a
ProgressWheel control as BitMap file.
|
EXAMPLE: