@...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


DESCRIPTION:
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:

·   Value
Set / Gets ProgressWheel value.
·   Enabled
Set / Gets enabled state of a ProgressWheel control
·   Visible
Set / Gets visible a ProgressWheel control.
·   Row
Set / Gets row position of a ProgressWheel control.
·   Col
Set / Gets column position of a ProgressWheel control.
·   Width
Set / Gets width of a ProgressWheel control.
·   RangeMax
Set / Gets range max of a ProgressWheel control.
·   RangeMin
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
·   ColorInner
Set / Gets the ColorInner for ProgressWheel control
Set the SetShowText for ProgressWheel control
Set / Gets the GradientMode for ProgressWheel control
·   'InnerSize
Set / Gets the InnerSize for ProgressWheel control
·   StartAngle
Set / Gets the StartAngle for ProgressWheel control
·   Min
Set / Gets the Min for ProgressWheel control
·   Max
Set / Gets the Max for ProgressWheel control
·   Position
Set / Gets the Position for ProgressWheel control
·   Name (R)
Retrieves the name of a ProgressWheel control.
·   Parent(D)
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:

·   Show
Shows a ProgressWheel control
·   Hide
Hides a ProgressWheel control
·   Redraw
Redraw a Control
·   Release
Releases a ProgressWheel control from memory
·   SaveAs
Save a ProgressWheel control as BitMap file.

EXAMPLE:

See demos in :
samples\Advanced\ProgressWheel