FMX.Types.TTimer.KillTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure KillTimer; virtual;

C++

virtual void __fastcall KillTimer();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTimer

Description

Destroys the platform-native timer.

KillTimer is a protected method that destroys the platform-native timer.

See Also