userData | void * | The Object to link the Timer to. |
delay | Seconds | The number of seconds until the delay has expired. |
started | bool | When true, the Timer is already active and counting. |
_delay | Seconds |
DelayExpired | Code within this Virtual Method will be executed when the number of seconds specified in the delay member has elapsed. |
Start | Start the Timer so that it is actively counting. |
Stop | Stop the Timer so that it is no longer counting. |
class Form1 : Window |