FMX.Types.IFMXTimerService.DestroyTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DestroyTimer(Timer: TFmxHandle): Boolean;

C++

virtual bool __fastcall DestroyTimer(NativeUInt Timer) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFMXTimerService

Description

In descendants, DestroyTimer implements functionality to destroy a previously created timer.

See Also