FMX.Types.TProcessTickEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

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

説明

内部的に使用するためのものです。

関連項目