FMX.Platform.TApplicationEventData

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

Delphi

TApplicationEventData = record

C++

struct DECLSPEC_DRECORD TApplicationEventData
{
public:
    TApplicationEvent Event;
    System::TObject* Context;
    __fastcall TApplicationEventData(const TApplicationEvent AEvent, System::TObject* AContext);
    TApplicationEventData() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform


説明

レコードで、イベントの型追加情報を含むコンテキストを提供します。

関連項目