Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



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