FMX.Types.IFMXTimerService.DestroyTimer

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DestroyTimer(Timer: TFmxHandle): Boolean;

C++

virtual bool __fastcall DestroyTimer(NativeUInt Timer) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFMXTimerService

説明

下位クラスでは、DestroyTimer は、以前に作成されたタイマを破壊する機能を実装します。

関連項目