Show: Delphi C++
Display Preferences

FMX.Types.TTimer

From XE3 API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TTimer

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.

See Also

Code Examples

Personal tools
Translations