(This is now available from Code Generator)

Func lets you do certain functions for buttons and such :

Edit a buttons constant and set it to ButtonOne now go into another Poke and enter :
Func ButtonOne.Enable // Enable Button
Func ButtonOne.Disable // Disable Button
Func ButtonOne.SetText 'Hello' // Change Caption On Button To "Hello"
Func ButtonOne.Click // Click Button just how user would use this for hotkeys to the button instead of using new pokes

Note - You don't need to use buttons to do these functions however you might need button to a click....