DeleteTBbutton | |||
Syntax: | |||
DeleteTBbutton( #ButtonID ) | |||
Parameters: | |||
| |||
Description: | |||
Delete a Button from the TB. | |||
Example: | |||
AddTBbutton(500,1,#TBpro_BUTTON) AddTBbutton(501,2,#TBpro_BUTTON) AddTBbutton(502,3,#TBpro_BUTTON) DeleteTBbutton(500, 1) ; now only 2 Buttons are in the Toolbar | |||
|