Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 925 Bytes

Progress SET BUTTON ENABLED.md

File metadata and controls

21 lines (13 loc) · 925 Bytes

Progress SET BUTTON ENABLED

Progress SET BUTTON ENABLED ( id ; button )

Parameter Type Description
id Longint ⬅️ ID of progress bar
button Boolean ⬅️ True = Show, False = Hide

Description

The Progress SET BUTTON ENABLED method adds a Stop button to the progress bar designated by the id parameter.

By default, progress bars do not have Stop buttons. If you pass True in the button parameter, then a button is displayed:

You must manage the effect of clicking on this Stop button using the Progress SET ON STOP METHOD method or by testing the value of the Progress Stopped method.

See also

Progress Get Button Enabled