CheckTBbutton | ||||||
Syntax: | ||||||
CheckTBbutton( #ButtonID, Flag ) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
Use this command to Check one of the #TBpro_CheckButton in a group. ( see AddTBbutton() for #TBpro_CheckButton ) | ||||||
Example: | ||||||
AddTBbutton(500,1,#TBpro_CheckBUTTON) AddTBbutton(501,2,#TBpro_CheckBUTTON) AddTBbutton(502,3,#TBpro_CheckBUTTON) AddTBbutton(503,4,#TBpro_CheckBUTTON) CheckTBbutton(503,1) ; Check the last of the 4 buttons | ||||||
|