FMX.Types.TProcessTickEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TProcessTickEvent = procedure(Sender: TObject; time, deltaTime: Single) of object;

C++

typedef void __fastcall (__closure *TProcessTickEvent)(System::TObject* Sender, float time, float deltaTime);

Eigenschaften

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

Beschreibung

Nur für den internen Gebrauch.

Siehe auch