IsTBbuttonPushed

Syntax:

IsTBbuttonPushed( #ButtonID )

Parameters:

#ButtonID

=

your ButtonNumber (ID)


Return Values:

#false

=

not pushed

true

=

pushed


Description:

Ask if a Button is Pushed.


Example:

  If IsTBbuttonPushed(1)
    MessageRequester("INFO","Button is Pushed",0)
  Endif


Supported OS:   Windows