DEACTIVATE Example


Example:

 

STOPB

BUTTON

 

RESULT

FORM

2

  

...

 

  

CREATE

STOPB=8:9:62:72,"STOP"

  

...

 

  

ACTIVATE

STOPB,STOPR,RESULT

  

...

 

  

DEACTIVATE

STOPB

 

This DEACTIVATE instruction hides the stop button that had been created and activated. The actual button still exists in memory and may be re-activated by using the ACTIVATE instruction.

 

 



PL/B Language Reference CREATE WINDOW Examples DEBUG example