FMX.Types.TProcessTickEvent
Delphi
TProcessTickEvent = procedure(Sender: TObject; time, deltaTime: Single) of object;
C++
typedef void __fastcall (__closure *TProcessTickEvent)(System::TObject* Sender, float time, float deltaTime);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
For internal use only.