FMX.Types.TTimerProc
Delphi
TTimerProc = procedure of object;
C++
typedef void __fastcall (__closure *TTimerProc)(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Procedural type that is internally used by functions such as CreateTimer.