www.icetips.com  Icetips Utilities Documentation 3/4/2011    

Progress Class:  CurrentValue

Previous  Top  Next  


The CurrentValue property is used in the Init, AddToCurrentValue, Calculate, GetCurrentValue, SetCurrentValue and SetTotalValue methods and is used to keep track of the progress.  Normally it is incremented by one with each iteration of the process, but in some cases it can for example contain the byte number when processing a  DOS or ASCII files using the BYTE() function. 

 

Note that this is a PRIVATE property and should not be accessed outside of this class.  Use GetCurrentValue and SetCurrentValue to retrieve and set the value respecitvely.  In normal operation you never need to access this property.

 

It is declared as:

 

CurrentValue               Long,Private



Direct link to this page: http://www.icetips.com/manuals/utilities/currentvalue_progress.htm