Home Index classes Index static functions Index enumerations Index structure types

{Progress|_bar}


CLASS {Progress|_bar} , UNTESTED :



A visual form component: a progress of some operation. See also a definition of its ancestor {Control} and of a form: {Form}.


IMPORT : {Control} , {AL4_form} , {Form} .


BASE CLASS {Control} .



------------------------------------------------------- 'create / position'

   

FUNCTION New_progress (
     
{Form} Parent|_form ,
     
STR Alias|_progress ) ==> {Progress} , NEW



METHOD Progress|_position ==> REAL



METHOD Set_progress ( REAL Value|_set )



----------------------------------------------------------------- 'maximum'

  

METHOD Maximum|_value ==> REAL



METHOD Set_maximum|_default100 ( REAL Value|_maximum )



---------------------------------------------------------------- 'subrange'

REAL Range_min|imum , READ


REAL Range_max|imum , READ


 

METHOD Set_range ( REAL From|_minimum , REAL To|_maximum )


END