FMX.Types.TTimerProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TTimerProc = procedure of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Beschreibung

Prozeduraler Typ, der intern von Funktionen, wie z.B. CreateTimer, verwendet wird.

Siehe auch