|
Previous Top Next |
Prototype: | (),LONG |
Returns | Returns the value of the TotalValue property |
This method returns the value of the TotalValue property.
Example:
ITP ITProgressClass
Code
Open(MyFile)
Set(MYF:MyKey)
ITP.Init(?Progress1,Records(MYF:MyKey),True) !! Initialize and tell it to handle more controls...
Message('Total value of the progress bar: ' & ITP.GetTotalValue())
!! Message should return the same value as Records(MYF:MyKey) used to initialize the progress.
See also: