FMX.Types.TTimer
Delphi
TTimer = class(TFmxObject)
C++
class PASCALIMPLEMENTATION TTimer : public TFmxObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Use a TTimer object to repeat specific actions after a given time interval.
The execution of the timer occurs through its OnTimer event. TTimer has an Interval property that determines how often the timer's OnTimer event occurs.