|
Previous Top Next |
There are currently 15 methods in the Progress Class.
AddDisplayControl Procedure(LONG pControLToDisplay,Byte pUpdateOnShow=1)
AddToCurrentValue Procedure(Long pValueToAdd),LONG,PROC ! Adds value and returns new current value
Calculate Procedure ! Calculates percent
GetCurrentPercent Procedure(),BYTE ! Returns 0 - 100
GetCurrentValue Procedure(),LONG ! Returns CurrentValue
GetProgressControl Procedure(),LONG ! Returns ProgressControl
GetTotalValue Procedure(),LONG ! Returns TotalValue
HideControls Procedure(BYTE pHide) ! Hide/unhide display controls
Init Procedure(LONG pProgressControl, Long pTotalValue, Byte pHideUnhide=1, Byte pCanBeZeroOrOne=True)
Kill Procedure
SetCurrentValue Procedure(Long pCurrentValue)
SetTotalValue Procedure(LONG pTotalValue)
ShowProgress Procedure
ShowUpdateProgress Procedure(Long pValueToAdd) ! Update progressbar after adding pValueToAdd to the value.
Update Procedure ! Calls ShowUpdateProgress(1)