Enable/Disable the Timer
Source position: MUIClass.Base.pas line 346
published property TMUITimer.Enabled : Boolean read FEnabled write SetEnabled;
Do not forget to connect the OnTimer event and the Interval. The Timer can only run, when the Messageloop is running.