Skip to content

2. Component methods

Gary Criblez edited this page Jun 19, 2020 · 2 revisions

The component provides two methods to retrieve instances for each type of progress bar.

New AJUI_ProgressBar ( ) : the method returns an object representing an instance of the linear progress bar. The object contains different properties and their default values as well as formulas to manipulate them.

New AJUI_CircularProgressBar ( ) : the method returns an object representing an instance of the circular progress bar. The object contains different properties and their default values as well as formulas to manipulate them.

AJUI_ProgressBar ( ) : This method replaces New AJUI_ProgressBar starting from V18R3, it is used to return the ProgressBar class. The functions of the class are identical to the formulas.

AJUI_CircularProgressBar ( ) : This method replaces New AJUI_CircularProgressBar starting from V18R3, it is used to return the CircularProgressBar class. The functions of the class are identical to the formulas.

The other methods available prefixed "HDI" (How do I) allow you to call forms containing examples of how to use the component's features.