FMX.Types.TTimer

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTimer

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.

See Also

Code Examples