PushTBbutton

Syntax:

PushTBbutton( #ButtonID, Flag )

Parameters:

#ButtonID

=

your ButtonNumber (ID)

Flag

=

One of the following states:


0 = not Pushed

1 = Pushed


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)


Supported OS:   Windows