Topic: APLX Help : System Classes : Methods : Click
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'Click' method


Argument: None
Result: None

Valid for: Any visible object, but usually applies only to Buttons

Invoking the Click method for an object invokes its onClick callback (if any). It is normally used for triggering the same action as would be invoked if the user clicked in a button. It is useful for avoiding duplication of code in cases where some other part of your program needs to be able to carry out the same action as happens when a button is clicked.


Topic: APLX Help : System Classes : Methods : Click
[ Previous | Next | Contents | Index | APL Home ]