Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



Browse class : _window

Function : bool removeTimer(String timerName)


Description

removes a named timer already set using 'setTimer' function.


Return

true on success and false otherwise


Remarks

e.g.

//at certain point you wish to remove/kill timer
form1.removeTimer("timer1");

//where "timer1" is assumed to be already used to create timer





Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc