Removes a button created with the Button_Create_Emulation and Button_Create_View actions with the specified text.
Parameters
Text |
The text displayed in the button. |
Format
Button_Remove ("Text")
Example
Script( Button_Remove_Test )
Boolean( Pressed )
Activate( From_Menu )
Button_Create_View( "This is a button", 1, 1, 0, Pressed )
While_Not( Pressed )
Wait_For_Screen_Update
End_While
Button_Remove( "This is a button" )
Ask_OK( "The button was removed.", "Button_Remove_Test" )
Return
See Also
Button_Create_Emulation, Button_Create_View, Button_Remove_All
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other