Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.06 KB

Progress SET BUTTON TITLE.md

File metadata and controls

33 lines (21 loc) · 1.06 KB

Progress SET BUTTON TITLE

Progress SET BUTTON TITLE ( id ; title )

Parameter Type Description
id Longint ⬅️ ID of progress bar
title Text ⬅️ Title of Stop button (Windows)

Description

Note: This method can only be used under Windows. Under Mac OS, stop buttons do not have titles.

The Progress SET BUTTON TITLE method changes the title of the Stop button for the progress bar designated by the id parameter. By default, the title of this button is "Stop":

By default, progress bars do not have Stop buttons. If you want a progress bar to have one, you must use the Progress SET BUTTON ENABLED method.

Example  

You want to use the title "Abort":

 <>ID:=Progress New  
 ...  
 Progress SET BUTTON TITLE(<>ID;"Abort")

See also

Progress Get Button Title