FMX.Types.TTimerProc

提供:RAD Studio API Documentation

Delphi

TTimerProc = procedure of object;

C++

typedef void __fastcall (__closure *TTimerProc)(void);

プロパティ

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

説明

CreateTimer などの関数で内部的に使用される手続き型です。


関連項目