CONTROL.PUSH Function
Syntax
.PUSH()
Description
Triggers the button's OnPush event.
Discussion
The .PUSH() method triggers the button's OnPush event.
Example
This Xbasic expression "clicks" button2 on a form.
topparent:button2.push()
Limitations
Desktop applications only.
See Also