PushTBbutton | ||||||
Syntax: | ||||||
PushTBbutton( #ButtonID, Flag ) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
Use this command to Push a #TBpro_PushButton. ( see AddTBbutton() for #TBpro_PushButton ) | ||||||
Example: | ||||||
AddTBbutton(500,1,#TBpro_PushBUTTON) AddTBbutton(501,2,#TBpro_PushBUTTON) PushTBbutton(500,1) ; Push both buttons PushTBbutton(501,1) | ||||||
|