Show: Delphi
C++
Display Preferences
FMX.Types.TTimer
From XE3 API Documentation
Delphi
TTimer = class(TFmxObject)
C++
class PASCALIMPLEMENTATION TTimer : public TFmxObject
Contents |
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.