|
Previous Top Next |
Prototype: | (),LONG |
Returns | Returns the FEQ of the progress bar control. |
This method returns the FEQ of the progress bar control that the class is controlling.
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('The progress bar control FEQ is: ' & ITP.GetProgressControl())
See also: